multinet.predefined {multinet}R Documentation

Loading predefined multilayer networks

Description

Creates predefined multilayer networks from the literature.

Usage

ml_empty(name="")
ml_aucs()
ml_bankwiring()
ml_florentine()
ml_monastery()
ml_tailorshop()
ml_toy()

Arguments

name

The name of the new multilayer network.

Value

All these functions return a multilayer network.

References

See Also

multinet.IO, multinet.generation

Examples

empty <- ml_empty("new network")
aucs <- ml_aucs()
bankwiring <- ml_bankwiring()
florentine <- ml_florentine()
monastery <- ml_monastery()
tailorshop <- ml_tailorshop()

[Package multinet version 4.1.2 Index]