View source: R/RWR_network_aggregation.R
merged_with_edgecounts | R Documentation |
Merge down all layers and aggregate multi-edges into one edge where edge weight is the number of layers in which the two nodes are connected.
merged_with_edgecounts(mpo, inv = FALSE, verbose = FALSE)
mpo |
A multiplex network object. Edge weights are the sum of the weights of the edges in the multiplex network object. |
inv |
Set the edge weight to the reciprocal of the sum of the weights. |
verbose |
Print progress to console. |
An igraph network object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.