

rpartco(rpart)                               R Documentation

_C_a_l_c_u_l_a_t_e _P_l_o_t_t_i_n_g _C_o_o_r_d_i_n_a_t_e_s _f_o_r _N_o_d_e_s _o_f _a_n _R_p_a_r_t _O_b_j_e_c_t

_U_s_a_g_e_:

     rpartco(tree, parms=paste(".rpart.parms", dev.cur(), sep = "."))

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

    tree: fitted model object of class `rpart'.  This is
          assumed to be the result of some function that
          produces an object with the same named components
          as that returned by the `rpart' function.

   parms: Parameters carried over from the function
          `plot.rpart' (`uniform', `branch', `compress',
          `nspace', `margin', ...{}).  See help page for
          `plot.rpart' for more details.

_D_e_t_a_i_l_s_:

     This is not intended to be called directly by users.

_V_a_l_u_e_:

     Called by `plot.rpart'.

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

     `plot.rpart'.

