create.communities | R Documentation |
create.communities()
was renamed to make_clusters()
to create a more
consistent API.
create.communities(
graph,
membership = NULL,
algorithm = NULL,
merges = NULL,
modularity = TRUE
)
graph |
The graph of the community structure. |
membership |
The membership vector of the community structure, a
numeric vector denoting the id of the community for each vertex. It
might be |
algorithm |
Character string, the algorithm that generated the community structure, it can be arbitrary. |
merges |
A merge matrix, for hierarchical community structures (or
|
modularity |
Modularity value of the community structure. If this
is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.