vertex.disjoint.paths: Vertex connectivity

View source: R/flow.R

vertex.disjoint.pathsR Documentation

Vertex connectivity

Description

[Deprecated]

vertex.disjoint.paths() was renamed to vertex_disjoint_paths() to create a more consistent API.

Usage

vertex.disjoint.paths(graph, source = NULL, target = NULL)

Arguments

source

The id of the source vertex, for vertex_connectivity() it can be NULL, see details below.

target

The id of the target vertex, for vertex_connectivity() it can be NULL, see details below.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.