cluster.distribution {igraph} | R Documentation |
Connected components of a graph
Description
cluster.distribution()
was renamed to component_distribution()
to create a more
consistent API.
Usage
cluster.distribution(graph, cumulative = FALSE, mul.size = FALSE, ...)
Arguments
graph |
The graph to analyze. |
cumulative |
Logical, if TRUE the cumulative distirubution (relative frequency) is calculated. |
mul.size |
Logical. If TRUE the relative frequencies will be multiplied by the cluster sizes. |
... |
Additional attributes to pass to |
[Package igraph version 2.0.3 Index]