Description Usage Arguments Value See Also Examples
This function returns the number of layers and nodes of the multiplex network.
| 1 | 
| obj | An object of class  | 
| ... | Any other useful options. | 
A string, namely the number of nodes and layers of the multiplex network
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Loading Aarhus CS Department dataset.
data(aarhus_mplex)
# Creating the multiplex object using the dataset loaded into aarhus_mplex object.
mplexObj <- create.multiplex(nodes = aarhus_mplex$nodes,
                            layersNames = aarhus_mplex$layerNames,
                            layer1 = aarhus_mplex$L1,
                            type1 = "undirected",
                            aarhus_mplex$L2,
                            aarhus_mplex$L3,
                            aarhus_mplex$L4,
                            aarhus_mplex$L5
                            )
# Summarize the multiplex network:
summary(mplexObj)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.