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.

Related documentation in the C library

articulation_points(), vcount()


igraph documentation built on May 4, 2026, 9:07 a.m.