Description Usage Arguments Value Author(s) Examples
return a weighted graph two nodes are linked in the result graph if they are linked i one layer. The edge is weighted by the number of layers in which the two nodes are connected.
1 | flatten_redundancy(multiplex, inv=FALSE)
|
multiplex |
: The multiplex object. |
inv |
: Logical, the weight is inverted if inv is TRUE. By default, inv is FALSE |
A new weighted igraph graph.
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
g <- flatten_redundancy(M)
summary(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.