Learn R Programming

SEMID (version 0.4.1)

updateVertexCapacities: Update vertex capacities.

Description

Update vertex capacities.

Usage

updateVertexCapacities(this, vertices, newCaps)

# S3 method for FlowGraph updateVertexCapacities(this, vertices, newCaps)

Arguments

this

the flow graph object

vertices

the vertices to update.

newCaps

the new capacities for the vertices.