Learn R Programming

madness (version 0.2.8)

elwise: Element-wise Multivariate Operations

Description

Element-wise multivariate operations.

Usage

# S4 method for madness
abs(x)

# S4 method for madness exp(x)

# S4 method for madness log(x)

# S4 method for madness log10(x)

# S4 method for madness sqrt(x)

# S4 method for madness sin(x)

# S4 method for madness cos(x)

# S4 method for madness tan(x)

Arguments

x

madness object.

Author

Steven E. Pav shabbychef@gmail.com

Details

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

See Also

matwise