splineKnots | R Documentation |
Return the knot vector corresponding to a spline object.
splineKnots(object)
object |
an object that inherits from class |
A non-decreasing numeric vector of knot positions.
Douglas Bates and Bill Venables
ispl <- interpSpline( weight ~ height, women ) splineKnots( ispl )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.