multilevel.community | R Documentation |
multilevel.community()
was renamed to cluster_louvain()
to create a more
consistent API.
multilevel.community(graph, weights = NULL, resolution = 1)
graph |
The input graph. |
weights |
The weights of the edges. It must be a positive numeric vector,
|
resolution |
Optional resolution parameter that allows the user to adjust the resolution parameter of the modularity function that the algorithm uses internally. Lower values typically yield fewer, larger clusters. The original definition of modularity is recovered when the resolution parameter is set to 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.