summary.multiplex: Summary of the multiplex network

Description Usage Arguments Value See Also Examples

Description

This function returns the number of layers and nodes of the multiplex network.

Usage

1
  summary(obj, ...)

Arguments

obj

An object of class multiplex.

...

Any other useful options.

Value

A string, namely the number of nodes and layers of the multiplex network

See Also

create.multiplex

Examples

 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)

Achab94/mplex documentation built on May 5, 2019, 11:46 a.m.