Skip to content

Commit

Permalink
indentation again
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Mar 6, 2024
1 parent c9cf084 commit 1a592f6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@ The main features of *gratia* are currently

* A *ggplot2*-based replacement for `mgcv:::plot.gam()`: `draw.gam()`.

For example, the classic four term additive example from Gu & Wahba:
For example, the classic four term additive example from Gu & Wahba:

![Estimated smooths from a GAM](man/figures/README-draw-gam-figure-1.png)
![Estimated smooths from a GAM](man/figures/README-draw-gam-figure-1.png)

Or for a bivariate smooth:
Or for a bivariate smooth:

![Estimated smooths from a GAM](man/figures/README-draw-gam-figure-2d-1.png)

Note that some specialist smoothers (`bs %in% c("mrf","sw", "sf")`) are not
currently supported, but univariate, *factor* and *continuous* `by`-variable
smooths, simple random effect smooths (`bs = 're'`), factor-smooth
interaction smooths (`bs = "fs"`), constrained factor smooths (`bs = "sz"`),
full soap film smooths (`bs = "so"`), and bivariate, trivariate, and
quadvariate TPRS and tensor product smooths are supported,
![Estimated smooths from a GAM](man/figures/README-draw-gam-figure-2d-1.png)

Note that some specialist smoothers (`bs %in% c("mrf","sw", "sf")`) are not
currently supported, but univariate, *factor* and *continuous* `by`-variable
smooths, simple random effect smooths (`bs = 're'`), factor-smooth
interaction smooths (`bs = "fs"`), constrained factor smooths (`bs = "sz"`),
full soap film smooths (`bs = "so"`), and bivariate, trivariate, and
quadvariate TPRS and tensor product smooths are supported,

* Estimation of derivatives of fitted smoothers: `derivatives()`,

Expand Down

0 comments on commit 1a592f6

Please sign in to comment.