Learn R Programming

madness (version 0.2.0)

elwise: Element-wise Multivariate Operations

Description

Element-wise multivariate operations.

Usage

"abs"(x)
"exp"(x)
"log"(x)
"log10"(x)
"sqrt"(x)
"sin"(x)
"cos"(x)
"tan"(x)

Arguments

x
madness object.

Details

These operations are scalar-to-scalar operations applied to each element of a multidimensional array.

See Also

matwise