buildMultilayerNetworkFromMuxvizFiles | R Documentation |
Return a Multilayer Network from Muxviz files
buildMultilayerNetworkFromMuxvizFiles( config.file, isDirected, isWeighted, MultisliceType, LayerCouplingStrength = 1, format = "muxviz edge-colored", verbose = T )
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 |
A list including nodes, layers and the graph features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.