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 documentation built on Oct. 20, 2024, 1:06 a.m.