

   KKnnoott VVeeccttoorr ffrroomm aa SSpplliinnee

        splineKnots(object)

   AArrgguummeennttss::

     object: an object that inherits from class `spline'.

   DDeessccrriippttiioonn::

        Return the knot vector corresponding to a spline
        object.

   VVaalluuee::

        A non-decreasing numeric vector of knot positions.

   AAuutthhoorr((ss))::

        Douglas Bates and Bill Venables

   EExxaammpplleess::

        data( women )
        ispl <- interpSpline( weight ~ height, data = women )
        splineKnots( ispl )

