R/components.R
cluster.distribution.Rd
cluster.distribution() was renamed to component_distribution() to create a more consistent API.
cluster.distribution()
component_distribution()
cluster.distribution(graph, cumulative = FALSE, mul.size = FALSE, ...)
The graph to analyze.
Logical, if TRUE the cumulative distirubution (relative frequency) is calculated.
Logical. If TRUE the relative frequencies will be multiplied by the cluster sizes.
Additional attributes to pass to cluster, right now only mode makes sense.
cluster
mode
connected_components(), vcount()
connected_components()
vcount()