vertex.disjoint.paths {igraph}R 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.


[Package igraph version 2.0.3 Index]