Description Usage Arguments Details Value Author(s) See Also Examples
Export network communities according to clustering of edge weights
1 | exportMultinets(g, n = 5, steps = 4, rewire = FALSE, simplify = TRUE)
|
g |
The reference network with weights assigned to edges. |
n |
Number of subnetworks to take in the initial partition. |
steps |
The length of the random walks to perform. |
rewire |
Logical whether rewiring edges of the graph is needed, set TRUE only if you want to validate the robustness of the communities. |
The network must have weights assigned to the edges using edgeRank
before running this function. The function selected top n ranking communities in the initial partition, and further breaks up the largest three network with another round of random walks. The subnetworks are sorted by the mean weights of all the nodes.
A list of subnetworks sorted by the mean weights of all the nodes.
Qi Wang
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.