adjacencyMatrix            package:giRaph            R Documentation

_A_d_j_a_c_e_n_c_y _m_a_t_r_i_x _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 matrix representation of a graph.

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

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

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

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

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

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

     'adjacencyMatrix-class' and 'simpleGraph-class'

