cluster.distribution: Connected components of a graph

View source: R/components.R

cluster.distributionR Documentation

Connected components of a graph

Description

[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.

...

Additional attributes to pass to cluster, right now only mode makes sense.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.