get.incidence | R Documentation |
get.incidence()
was renamed to as_biadjacency_matrix()
to create a more
consistent API.
get.incidence(graph, types = NULL, attr = NULL, names = TRUE, sparse = FALSE)
graph |
The input graph. The direction of the edges is ignored in directed graphs. |
types |
An optional vertex type vector to use instead of the
|
attr |
Either |
names |
Logical scalar, if |
sparse |
Logical scalar, if it is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.