rpconvert               package:rpart               R Documentation

_U_p_d_a_t_e _a_n _r_p_a_r_t _o_b_j_e_c_t

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

     Rpart objects changed (slightly) in their internal format in order
     to accommodate the changes for user-written split functions.  This
     routine updates an old object to the new format.

_U_s_a_g_e:

     rpconvert(x)

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

       x: an 'rpart' object 

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

     an updated object

_S_e_e _A_l_s_o:

     'rpart'

