splineKnots {splines} | R Documentation |
Return the knot vector corresponding to a spline object.
splineKnots(object)
object |
an object that inherits from class "spline" . |
A non-decreasing numeric vector of knot positions.
Douglas Bates and Bill Venables
ispl <- interpSpline( weight ~ height, women ) splineKnots( ispl )