Cumulative trapezoidal integration divided by \(x\)-domain.
cumvtrapz(x, ...)# S3 method for numeric
cumvtrapz(x, y, ..., rm1 = TRUE)
# S3 method for fv
cumvtrapz(x, key = fvnames(x, a = ".y"), .x = fvnames(x, a = ".x"), ...)
# S3 method for fvlist
cumvtrapz(x, mc.cores = getOption("cores"), ...)
# S3 method for hyperframe
cumvtrapz(x, ...)
Function vtrapz.*() return a numeric scalar.
additional parameters of function trapz and cumtrapz
see function cumtrapz
logical scalar, whether to remove the first NaN-value from
function cumvtrapz() return, default TRUE
character scalars
integer scalar, see function mclapply. Default is the return of function detectCores.