| 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. It may be undirected or directed. |
weights |
The weights of the edges. It must be a positive numeric
vector, |
[Package igraph version 2.2.3 Index]