getSimpleTreeSlots          package:Rggobi          R Documentation

_N_a_m_e_s _o_f _s_l_o_t_s _t_o _d_i_s_p_l_a_y _i_n _V_a_r_i_a_b_l_e_I_n_f_o _o_b_j_e_c_t

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

     This returns the names of the slots/elements to display in a tree
     for this particular type of object. This excludes certain slots
     that are either not to be shown or to be rendered in a more
     complex manner in 'xmlDataTreeViewer.VariableInfo'.

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

     getSimpleTreeSlots(obj)
     getSimpleTreeSlots.CategoricalVariableInfo(obj)
     getSimpleTreeSlots.RealVariableInfo(obj)
     getSimpleTreeSlots.VariableInfo(obj)

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

     obj: the 'VariableInfo' object

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

     A character vector giving the names of the elements in 'obj' to
     display as simple tree items.

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

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

