splines.control | R Documentation |
Control for the spline basis, currently from
the splines2
package.
splines.control(
df = NULL,
knots = seq(0.2, 0.8, by = 0.2),
degree = 3L,
intercept = FALSE,
Boundary.knots = c(0, 1),
periodic = FALSE,
derivs = 0L,
integral = FALSE
)
df |
degree of freedom (can be |
knots |
intenal breakpoints that define the splines; |
degree |
the degree of the piecewise polynomial; |
intercept |
boolean; |
Boundary.knots |
boundary points at which to anchor the splines; |
periodic |
boolean; |
derivs |
the order of the derivative the spline; |
integral |
boolean. |
bSpline
, mSpline
,
cSpline
, iSpline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.