Learn R Programming

epanet2toolkit (version 1.0.8)

ENgetcurvevalue: 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)

Value

list with the point's x-value and y-value

Arguments

curveIndex

a curve's index (starting from 1).

pointIndex

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