powered by
Return the knot vector corresponding to a spline object.
splineKnots(object)
an object that inherits from class "spline".
"spline"
A non-decreasing numeric vector of knot positions.
# NOT RUN { ispl <- interpSpline( weight ~ height, women ) splineKnots( ispl ) # }
Run the code above in your browser using DataLab