updateVertexCapacities: Update vertex capacities.

View source: R/FlowGraph.R

updateVertexCapacitiesR 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.


Lucaweihs/SEMID documentation built on July 22, 2023, 7:49 a.m.