cluster.distribution() was renamed to component_distribution() to create a more
consistent API.
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.
- ...
For
component_distribution(), forwarded tocomponents(). Forcomponents(),is_connected(),count_components()andlargest_component(), these dots must be empty.
