View source: R/splinesFunctions.R
Bsplines | R Documentation |
Construct design matrix for B-Splines.
Bsplines(knots, x, deriv = 0)
knots |
A numerical vector of knot positions. |
x |
a numeric vector of values at which to evaluate the B-spline functions or derivatives. |
deriv |
A numerical value. The derivative of the given order is evaluated at the x positions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.