R/muxLib_annotated.R
GetConfigurationModelTypeIIFromNetworkList.RdGenerate random multiplex networks with fixed degree sequences, while destroying both intra- and inter-layer degree correlations
GetConfigurationModelTypeIIFromNetworkList( g.list, isDirected = NULL, method = "vl", verbose = F )
| g.list | list of igraph network objects |
|---|---|
| isDirected | specifies if the networks are directed or not. Default: NULL (automatic selection) |
| method | specifies which igraph method to use. Default: vl (slower but more accurate), other options: "simple", "simple.no.multiple" |
| verbose | logical Default: F (automatic selection) |
A list of igraph network objects