stCuts {igraph} | R Documentation |
List all (s,t)-cuts of a graph
Description
stCuts()
was renamed to st_cuts()
to create a more
consistent API.
Usage
stCuts(graph, source, target)
Arguments
graph |
The input graph. It must be directed. |
source |
The source vertex. |
target |
The target vertex. |
[Package igraph version 2.0.3 Index]