vertex.disjoint.paths {igraph} | R Documentation |
Vertex connectivity
Description
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 |
target |
The id of the target vertex, for |
[Package igraph version 2.0.3 Index]