makeRecip                package:RBGL                R Documentation

_r_e_v_i_s_e _e_d_g_e_L _o_f _a_n _g_r_a_p_h_N_E_L _t_o _i_n_c_l_u_d_e _a_l_l _r_e_c_i_p_r_o_c_a_l _e_d_g_e_s

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

     revise edgeL of an graphNEL to include all reciprocal edges

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

     makeRecip(g)

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

       g: an instance of graphNEL class 

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

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

     a graphNEL with revised edgeL, so that if A->B is an edge, so is
     B->A, according to the edgeL protocol.

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

     VJ Carey <stvjc@channing.harvard.edu>

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

     'ugraph'

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

     example(edgeConnectivity)
     coex
     makeRecip(coex)

