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, ...)
The function vtrapz.*() return a numeric scalar.
additional parameters of the function trapz and cumtrapz
see function cumtrapz
logical scalar, whether to remove the first NaN-value from
The function cumvtrapz() return, default TRUE
character scalars
integer scalar, see function mclapply. Default is the return of the function detectCores.
https://tingtingzhan.quarto.pub/groupedhyperframe/topics.html