ENsetcurvevalue {epanet2toolkit} | R Documentation |
Sets the value of a single data point for a curve.
ENsetcurvevalue(curveIndex, pointIndex, x, y)
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. |
null invisibly