Normalize a curve such that its integration over the design time-points equals a particular value (according to trapezoid integration).
NormCurvToArea(y, x = seq(0, 1, length.out = length(y)), area = 1)
values of curve at times x
such that its integration over x
equals area
.
values of curve at time-points x
design time-points (default: seq(0,1, length.out=length(y))
)
value to normalize the curve onto (default: 1)