splineKnots
Knot Vector from a Spline
Return the knot vector corresponding to a spline object.
- Keywords
- models
Usage
splineKnots(object)
Arguments
- object
an object that inherits from class
"spline"
.
Value
A non-decreasing numeric vector of knot positions.
Examples
library(splines)
# NOT RUN {
ispl <- interpSpline( weight ~ height, women )
splineKnots( ispl )
# }
Community examples
Looks like there are no examples yet.