R/structural.properties.R
clusters.Rd
clusters() was renamed to components() to create a more consistent API.
clusters()
components()
clusters(graph, mode = c("weak", "strong"))
The graph to analyze.
Character string, either “weak” or “strong”. For directed graphs “weak” implies weakly, “strong” strongly connected components to search. It is ignored for undirected graphs.