adjacencyMatrix {giRaph} | R Documentation |
Retrieve or set the adjacency matrix representation of a graph.
adjacencyMatrix(object, ...) adjacencyMatrix(x, force = TRUE) <- value
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 |
The functions adjacencyMatrix
and adjacencyMatrix<-
are generic.
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.
Jens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca
adjacencyMatrix-class
and simpleGraph-class