GetRewiredLayerWithOverlappingEdges | R Documentation |
Generate multiplex networks with given amount of edge overlapping
GetRewiredLayerWithOverlappingEdges(g, ov, tol = 0.001, verbose = FALSE)
g |
graph network object |
ov |
scalar in [0, 1] tuning the overlap |
tol |
scalar, tolerance between current and desired overlap. Default 1e-3 |
verbose |
logical, default FALSE |
An igraph dataframe containing the rewiring produced
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.