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 May 4, 2024, 6:31 a.m.