Description Usage Arguments Details Value
View source: R/rewiring_creates_new_edges.R
Check that swapping targets between two edges will require creating new edges
1 | rewiring_creates_new_edges(x, edges)
|
x |
An adjacency matrix or igraph object |
edges |
A matrix specifying edges as source->destination ordered pairs. |
edges
should be oriented such that each column is an
edge, the first row contains the source vertices, and the second row
contains the target vertices.
logical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.