stMincuts() was renamed to st_min_cuts() to create a more
consistent API.
Arguments
- 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
NULLand the graph has aweightedge attribute, then this attribute defines the edge capacities. For forcing unit edge capacities, even for graphs that have aweightedge attribute, supplyNAhere.
