Learn R Programming

groupedHyperframe (version 0.3.5)

cumvtrapz: Cumulative Average Vertical Height of Trapezoidal Integration

Description

Cumulative trapezoidal integration divided by \(x\)-domain.

Usage

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, ...)

Value

The function vtrapz.*() return a numeric scalar.

Arguments

x

numeric vector

...

additional parameters of the function trapz and cumtrapz

y

see function cumtrapz

rm1

logical scalar, whether to remove the first NaN-value from The function cumvtrapz() return, default TRUE

key, .x

character scalars

mc.cores

integer scalar, see function mclapply. Default is the return of the function detectCores.

References

https://tingtingzhan.quarto.pub/groupedhyperframe/topics.html