ENsetcurvevalue | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.