splineKnots
Knot Vector from a SplineReturn 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 )
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.