drawTreesAda             package:rattle             R Documentation

_D_r_a_w _t_r_e_e_s _f_r_o_m _a_n _A_d_a _m_o_d_e_l

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

     Using the Rattle drawTreeNodes, draw a selection of Ada trees.

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

     drawTreesAda(model, trees=0, title="")

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

   model: an ada model.

   trees: The list of trees to draw. Use 0 to draw all trees.

   title: An option title to add.

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

     Using Rattle's drawTreeNodes underneath, a plot for each of the
     specified trees from an Ada model will be displayed.

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

     Graham.Williams@togaware.com

_R_e_f_e_r_e_n_c_e_s:

     Package home page: <URL: http://rattle.togaware.com>

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

     ## Not run: drawTreesAda(ds.ada)

