generalGraph-class           package:graph           R Documentation

_C_l_a_s_s "_g_e_n_e_r_a_l_G_r_a_p_h" ~~~

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

     ~~ A concise (1-5 lines) description of what the class is.  ~~

_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("generalGraph",
     nodes, edges)'.

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

     '_n_o_d_e_s': Object of class '"hashtable"' 

     '_e_d_g_e_s': Object of class '"hashtable"' 

     '_e_d_g_e_m_o_d_e': Object of class '"character", from class "graph"' 

_E_x_t_e_n_d_s:

     Class '"graph"', directly.

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

     _c_o_e_r_c_e 'signature(from = "graphNEL", to = "generalGraph")': ... 

     _i_n_i_t_i_a_l_i_z_e 'signature(.Object = "generalGraph")': ... 

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

     R. Gentleman

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

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

     ##---- Should be DIRECTLY executable !! ----

