| cumvtrapz | R Documentation |
Cumulative trapezoidal integration divided by x-domain.
cumvtrapz(x, ...)
## S3 method for class 'numeric'
cumvtrapz(x, y, ..., rm1 = TRUE)
## S3 method for class 'fv'
cumvtrapz(x, key = fvnames(x, a = ".y"), .x = fvnames(x, a = ".x"), ...)
## S3 method for class 'fvlist'
cumvtrapz(x, mc.cores = detectCores(), ...)
## S3 method for class 'hyperframe'
cumvtrapz(x, ...)
x |
numeric vector |
... |
additional parameters of the function trapz and cumtrapz |
y |
see function cumtrapz |
rm1 |
logical scalar, whether to remove the first |
key, .x |
character scalars |
mc.cores |
integer scalar, see function mclapply. Default is the return of the function detectCores. |
The function vtrapz.*() return a numeric scalar.
This is a tentative thought: the prefix v stands for 'vertical'.
https://tingtingzhan.quarto.pub/groupedhyperframe/topics.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.