adj-methods              package:graph              R Documentation

_M_e_t_h_o_d_s _f_o_r _f_i_n_d_i_n_g _t_h_e _a_d_j_a_c_e_n_c_y _l_i_s_t _f_o_r _s_e_l_e_c_t_e_d _n_o_d_e_s.

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

     This generic function takes an object that inherits from the
     'graph' class and a node in that graph and returns a vector
     containing information about all other nodes that are adjacent to
     the given node. This means that they are joined to the given node
     by an edge. The accessibility list, 'acc' is the list of all nodes
     that can be reached from a specified node.

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

     The methods return vector of nodes that are adjacent to the 
     specified node.

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

     _o_b_j_e_c_t = _g_r_a_p_h An object that inherits from glass 'graph'

     _i_n_d_e_x An index (could be multiple) 

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

     'acc-methods'

