ENgetcurvevalue {epanet2toolkit} | R Documentation |
Retrieves the value of a single data point for a curve.
Description
Retrieves the value of a single data point for a curve.
Usage
ENgetcurvevalue(curveIndex, pointIndex)
Arguments
curveIndex |
a curve's index (starting from 1). |
pointIndex |
the index of a point on the curve (starting from 1). |
Value
list with the point's x-value and y-value
[Package epanet2toolkit version 1.0.5 Index]