R/SccsDataConversion.R
cyclicSplineDesign.Rd
Create a design matrix for a cyclic spline
cyclicSplineDesign(x, knots, ord = 3)
Vector of coordinates of the points to be interpolated.
Location of the knots.
Order of the spline function. ord = 3 implies quadratic.
ord = 3
This function is used by other functions in this package.