articulation.points: Articulation points and bridges of a graph

View source: R/components.R

articulation.pointsR Documentation

Articulation points and bridges of a graph

Description

[Deprecated]

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.


igraph/rigraph documentation built on June 28, 2024, 7:13 a.m.