compoundGraph-class        package:ontoTools        R Documentation

_C_l_a_s_s "_c_o_m_p_o_u_n_d_G_r_a_p_h" _l_i_s_t _r_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _m_u_l_t_i_p_l_e _g_r_a_p_h::_g_r_a_p_h _o_b_j_e_c_t_s

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

     Class "compoundGraph" list+list representation of multiple
     graph::graph objects

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("compoundGraph",
     ...)'.

_S_l_o_t_s:


     '_g_r_L_i_s_t': Object of class '"list"' list of graph::graph objects

     '_b_e_t_w_e_e_n': Object of class '"list"' list of node-to-node
          connections across graphs 

_M_e_t_h_o_d_s:


     _a_d_j_M_a_t 'signature(cg = "compoundGraph")': ... 

     _b_e_t_w_e_e_n 'signature(object = "compoundGraph")': ... 

     _g_r_L_i_s_t 'signature(object = "compoundGraph")': ... 

     _t_o_D_o_t 'signature(G = "compoundGraph", outDotFile = "character",
          renderList = "list", optList = "missing")': ... 

     _t_o_D_o_t 'signature(G = "compoundGraph", outDotFile = "character",
          renderList = "list", optList = "list")': ... 

     _t_o_D_o_t 'signature(G = "compoundGraph", outDotFile = "missing",
          renderList = "list", optList = "missing")': ... 

_N_o_t_e:

     Should be supplanted by Rgraphviz facilities before too long.

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

     VJ Carey <stvjc@channing.harvard.edu>

_R_e_f_e_r_e_n_c_e_s:

     ~put references to the literature/web site here ~

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

     Rgraphviz::subgraph

