optimal.community {igraph} | R Documentation |
Optimal community structure
Description
optimal.community()
was renamed to cluster_optimal()
to create a more
consistent API.
Usage
optimal.community(graph, weights = NULL)
Arguments
graph |
The input graph. Edge directions are ignored for directed graphs. |
weights |
The weights of the edges. It must be a positive numeric vector,
|
[Package igraph version 2.0.3 Index]