Description Usage Arguments Value Author(s) Examples
Binary aggregation of all layers in the multiplex network : Edges which are included in at least one graph will be part of the new graph ( the aggregated graph).
1 | flatten_binary(multiplex)
|
multiplex |
: The multiplex object. |
A new igraph graph object.
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
g <- flatten_binary(M)
summary_graph(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.