View source: R/structural.properties.R
is.mutual | R Documentation |
is.mutual()
was renamed to which_mutual()
to create a more
consistent API.
is.mutual(graph, eids = E(graph), loops = TRUE)
graph |
The input graph. |
eids |
Edge sequence, the edges that will be probed. By default is includes all edges in the order of their ids. |
loops |
Logical, whether to consider directed self-loops to be mutual. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.