updateVertexCapacities {SEMID} | R Documentation |
Update vertex capacities.
Description
Update vertex capacities.
Usage
updateVertexCapacities(this, vertices, newCaps)
## S3 method for class 'FlowGraph'
updateVertexCapacities(this, vertices, newCaps)
Arguments
this |
the flow graph object |
vertices |
the vertices to update. |
newCaps |
the new capacities for the vertices. |
[Package SEMID version 0.4.1 Index]