graph.mincut | R Documentation |
graph.mincut()
was renamed to min_cut()
to create a more
consistent API.
graph.mincut(
graph,
source = NULL,
target = NULL,
capacity = NULL,
value.only = TRUE
)
graph |
The input graph. |
source |
The id of the source vertex. |
target |
The id of the target vertex (sometimes also called sink). |
capacity |
Vector giving the capacity of the edges. If this is
|
value.only |
Logical scalar, if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.