articulation.points {igraph} | R Documentation |
Articulation points and bridges of a graph
Description
articulation.points()
was renamed to articulation_points()
to create a more
consistent API.
Usage
articulation.points(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]