Learn R Programming

groupedHyperframe (version 0.3.4)

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

Function vtrapz.*() return a numeric scalar.

Arguments

x

numeric vector

...

additional parameters of function trapz and cumtrapz

y

see function cumtrapz

rm1

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

key, .x

character scalars

mc.cores

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