collectTerms            package:goCluster            R Documentation

_A _f_u_n_c_t_i_o_n _t_o _c_o_l_l_e_c_t _a_l_l _a_n_n_o_t_a_t_i_o_n _t_e_r_m_s _o_f _a _t_r_e_e

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

     The function will parse a tree (list of lists) and extract the
     names of items in all leaves of the tree that are named "annot". A
     tree with the same structure is returned but the leaves are either
     removed or replaced by the names of the items they contained.

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

     collectTerms(tree)

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

    tree: A tree that contains list that are named "annot".

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

     A tree with leaves that only hold the names of items of the
     original tree.

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

     Gunnar Wrobel, <URL: http://www.gunnarwrobel.de>.

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

