Return the knot vector corresponding to a spline object.
splineKnots(object)
an object that inherits from class "spline"
.
A non-decreasing numeric vector of knot positions.
# NOT RUN { ispl <- interpSpline( weight ~ height, women ) splineKnots( ispl ) # }