

_K_n_o_t _V_e_c_t_o_r _f_r_o_m _a _S_p_l_i_n_e

     splineKnots(object)

_A_r_g_u_m_e_n_t_s:

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

_D_e_s_c_r_i_p_t_i_o_n:

     Return the knot vector corresponding to a spline
     object.

_V_a_l_u_e:

     A non-decreasing numeric vector of knot positions.

_A_u_t_h_o_r(_s):

     Douglas Bates and Bill Venables

_E_x_a_m_p_l_e_s:

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

