is.connected {igraph} | R Documentation |
Connected components of a graph
Description
is.connected()
was renamed to is_connected()
to create a more
consistent API.
Usage
is.connected(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. |
[Package igraph version 2.0.3 Index]