adjacencyList             package:giRaph             R Documentation

_A_d_j_a_c_e_n_c_y _l_i_s_t _r_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _a _g_r_a_p_h

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

     Retrieve or set the adjacency list representation of a graph.

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

     adjacencyList(object, ...)
     adjacencyList(x, force = TRUE) <- value

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

  object: a graph object from which the representation should be
          retrieved

     ...: additional parameters to be used when retrieving the
          representation

       x: a graph object in which the representation should be set

   force: a logical value telling whether the representation should be
          set even if this amounts to changing the graph

   value: an object of class '"adjacencyList"' containing the
          representation to be set

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

     The functions 'adjacencyList' and 'adjacencyList<-' are generic.

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

     The function 'adjacencyList' returns an object of  class
     '"adjacencyList"' containing the adjacency list representation to
     be retrieved. The function 'adjacencyList<-' returns a graph
     object in which the adjacency list representation has been set.

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

     Jens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca

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

     'adjacencyList-class' and 'multiGraph-class'

