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

View source: R/curves.r

ENsetcurvevalueR Documentation

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)

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.

Value

null invisibly


epanet2toolkit documentation built on Nov. 6, 2023, 9:06 a.m.