splineKnots Knot Vector from a Spline
 Description
Return the knot vector corresponding to a spline object.
Usage
splineKnots(object)
Arguments
| object | an object that inherits from class  | 
Value
A non-decreasing numeric vector of knot positions.
Author(s)
Douglas Bates and Bill Venables
Examples
ispl <- interpSpline( weight ~ height, women ) splineKnots( ispl )
    Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.