Learn R Programming

epanet2toolkit (version 1.0.8)

ENsetcurvevalue: Sets the value of a single data point for a curve.

Description

Sets the value of a single data point for a curve.

Usage

ENsetcurvevalue(curveIndex, pointIndex, x, y)

Value

null invisibly

Arguments

curveIndex

a curve's index (starting from 1).

pointIndex

the index of a point on the curve (starting from 1).

x

the point's new x-value.

y

the point's new y-value.