packAssoc             package:biocViews             R Documentation

_i_n_t_e_r_a_c_t_i_v_e _i_n_t_e_r_f_a_c_e _f_o_r _a_s_s_o_c_i_a_t_i_n_g _R _p_a_c_k_a_g_e_s _w_i_t_h _v_o_c_a_b_u_l_a_r_y _t_e_r_m_s

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

     interactive interface for associating R packages with vocabulary
     terms

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

     packAssoc(packlist, vocGraph, root="vocRoot")

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

packlist: packlist - vector of packagenames

vocGraph: vocGraph - graph encoding a vocabulary

    root: root - root node of vocabulary

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

     prompting occurs using tcltk widgets

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

     a list with package information

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     if (interactive()) {
      data(bcVoc)
      packAssoc("Biobase", bcVoc)
     }

