Generate random multiplex networks with fixed degree sequences, while destroying intra-layer degree correlations, but not inter-layer ones

GetConfigurationModelTypeIFromNetworkList(
  g.list,
  isDirected = NULL,
  method = "vl",
  verbose = F
)

Arguments

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)

Value

A list of igraph network objects