View source: R/orthogonalBsplines.R
expand.knots | R Documentation |
This function is for convenience of specifying knots for B-splines. Since the user usually only want to specify the interval that they are interested in the end knots are usually duplicated. This function interprets the first and last knots as the end points and duplicates them.
expand.knots(interior, order = 4)
interior |
The knots including all interior and endpoint knots |
order |
the order of the splines that the knots are to be used with. Defaults to 4, being cubic splines |
A vector of knots with the order specified as an attribute
Andrew Redd
SplineBasis
, ~~~
(knots<-expand.knots(1:10)) plot(OBasis(knots))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.