powered by
This function computes the maximum area between multiple curves.
maxArea(y, x = NULL)
A numeric matrix for all curves with each curve per column.
A vector of increasing x-coordinates. Default, an equidistant vector of length nrow(y) from 0 to 1.
nrow(y)
The maximum area