getTreeData-methods           package:xps           R Documentation

_E_x_p_o_r_t _T_r_e_e _D_a_t_a

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

     Exports tree data from 'ROOT' data file and and saves as
     'data.frame'.

     _Usage_

     ' getTreeData(object, treetype = "cel", varlist = "fInten") '

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

  object: Object of class '"ProcesSet"'.

treetype: type of tree to export, see 'validTreetype'

 varlist: names of tree leaves to export.

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

     Exports tree leaves from 'ROOT' data file and and saves as
     'data.frame'.

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

     A 'data.frame'.

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

     Christian Stratowa

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

     'export'

