Return a Multilayer Network from Muxviz files

buildMultilayerNetworkFromMuxvizFiles(
  config.file,
  isDirected,
  isWeighted,
  MultisliceType,
  LayerCouplingStrength = 1,
  format = "muxviz edge-colored",
  verbose = T
)

Arguments

config.file

path, to the config file

isDirected

logical, for considering directed networks

isWeighted

logical, for considering weighted networks

MultisliceType

string, "ordinal" or "categorical" or "temporal"

LayerCouplingStrength

used only if format is muxviz edge-colored

format

string, "muxviz edge-colored" or "muxviz general"

verbose

logical, for messages about processing

Value

A list including nodes, layers and the graph features