cutat {igraph} | R Documentation |
Functions to deal with the result of network community detection
Description
cutat()
was renamed to cut_at()
to create a more
consistent API.
Usage
cutat(communities, no, steps)
Arguments
no |
Integer scalar, the desired number of communities. If too low or
two high, then an error message is given. Exactly one of |
steps |
The number of merge operations to perform to produce the
communities. Exactly one of |
[Package igraph version 2.0.3 Index]