biconnected.components {igraph} | R Documentation |
Biconnected components
Description
biconnected.components()
was renamed to biconnected_components()
to create a more
consistent API.
Usage
biconnected.components(graph)
Arguments
graph |
The input graph. It is treated as an undirected graph, even if it is directed. |
[Package igraph version 2.0.3 Index]