Skip to contents

[Deprecated]

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.

...

For component_distribution(), forwarded to components(). For components(), is_connected(), count_components() and largest_component(), these dots must be empty.

connected_components(), vcount()