View source: R/SccsDataConversion.R
cyclicSplineDesign | R Documentation |
Create a design matrix for a cyclic spline
cyclicSplineDesign(x, knots, ord = 3)
x |
Vector of coordinates of the points to be interpolated. |
knots |
Location of the knots. |
ord |
Order of the spline function. |
This function is used by other functions in this package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.