View source: R/structural.properties.R
is.connected | R Documentation |
is.connected()
was renamed to is_connected()
to create a more
consistent API.
is.connected(graph, mode = c("weak", "strong"))
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.