Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/CreateMultiHetObjects.R
create.multiplex
is a function to create a multiplex network
(Multiplex
object) from a list of individual networks defined as
igraph
objects. See more details about multiplex networks below.
If just one network is provided, a Multiplex object with one layer is
therefore created (A monoplex network).
1 2 3 4 | create.multiplex(...)
## Default S3 method:
create.multiplex(LayersList, ...)
|
... |
Further arguments passed to |
LayersList |
A list containing igraph objects describing monoplex networks in every element. We recommend to give names to the different networks (igraph objects). |
A multiplex network is a collection of layers (monoplex networks) sharing the same nodes, but in which the edges represent relationships of different nature. At least a list with one element, an igraph object, should be provided.
A Multiplex object. It contains a list of the different graphs integrating the multiplex network, the names and number of its nodes and the number of layers.
Alberto Valdeolivas Urbelz alvaldeolivas@gmail.com
create.multiplexHet,isMultiplex
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.