incidenceList             package:giRaph             R Documentation

_I_n_c_i_d_e_n_c_e _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 incidence list representation of a graph.

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

     incidenceList(object, ...)
     incidenceList(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 '"incidenceList"' containing the
          representation to be set

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

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

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

     The function 'incidenceList' returns an object of  class
     '"incidenceList"' containing the incidence list representation to
     be retrieved. The function 'incidenceList<-' returns a graph
     object in which the incidence 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:

     'incidenceList-class' and 'anyGraph-class'

