Apply: Wrapper for apply function.

Description Usage Arguments See Also

View source: R/Apply.R

Description

Wrapper for apply.

Usage

1
Apply(.x, .f, .margin, ...)

Arguments

.x

An array, including a matrix.

.f

A function to be applied.

.margin

A vector giving the subscripts which the function will be applied over.

...

Optional arguments to f.

See Also

apply for code and documentation.

Other functionals: Lapply; Mapply; Sapply; Tapply; Vapply


paulhendricks/functools documentation built on May 24, 2019, 8:41 p.m.