getCTVs              package:biocViews              R Documentation

_i_t_e_r_a_t_e _o_v_e_r _a _l_i_s_t _o_f _v_i_e_w_s, _c_r_e_a_t_i_n_g _a _c_t_v _o_b_j_e_c_t
_f_o_r _e_a_c_h _v_i_e_w

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

     iterate over a list of views, creating a ctv object   for each
     view

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

     getCTVs(vpal, vocab)

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

    vpal: vpal - output of packAssoc2viewlist

   vocab: vocab - biocViews vocabulary graph

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

     getCTVs uses makeCTV repetitively

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

     a list of ctv objects suitable for serialization to HTML

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     data(pal)
     vpal <- packAssoc2viewlist(pal)
     data(bcVoc)
     ct <- getCTVs( vpal, bcVoc )
     ct[[1]]

