Description Usage Arguments Value
View source: R/rewiring_maintains_connectedness.R
Connectedness refers to the ability to get between any pair of vertices in the graph.
1 2 3 4 | rewiring_maintains_connectedness(x, ...)
## S3 method for class 'igraph'
rewiring_maintains_connectedness(g, edges)
|
x, g |
An adjacency matrix or igraph object |
edges |
A matrix where each column is a source->destination ordered pair representing an edge. |
logical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.