stMincuts | R Documentation |
stMincuts()
was renamed to st_min_cuts()
to create a more
consistent API.
stMincuts(graph, source, target, capacity = NULL)
graph |
The input graph. It must be directed. |
source |
The id of the source vertex. |
target |
The id of the target vertex. |
capacity |
Numeric vector giving the edge capacities. If this is
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.