shiftcurve
shiftcurve(curve
,shift
)
The SHIFTCURVE function has the following arguments:
curve
The curve for which the shifted curve is to be calculated.
shift
The number of years to shift the curve.
Return a curve that is shifted along the X-axis by an amount as specified in the second argument.
Formula |
Description |
Result |
---|---|---|
shiftcurve(curve(0,0, 100,100, 200,0),-60) | Return a curve shifted along the X-axis by -60. | curve(-60,0, 40,100, 140,0) |