no.clusters: Connected components of a graph

View source: R/components.R

no.clustersR Documentation

Connected components of a graph

Description

[Deprecated]

no.clusters() was renamed to count_components() to create a more consistent API.

Usage

no.clusters(graph, mode = c("weak", "strong"))

Arguments

graph

The graph to analyze.

mode

Character string, either “weak” or “strong”. For directed graphs “weak” implies weakly, “strong” strongly connected components to search. It is ignored for undirected graphs.


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