Normalise a curve such that \intyNewdx = area (according to trapezoid integration)
NormCurvToArea(y, x = seq(0, 1, length.out = length(y)), area = 1)yNew values of curve at times x such that [\intyNewdx = area]
values of curve at time-points x
design time-points (default: seq(0,1, length.out=length(y)))
value to normalise the curve onto (default: 1)