Learn R Programming

madness (version 0.1.0)

elwise: Element-wise Multivariate Operations

Description

Element-wise multivariate operations.

Usage

## S3 method for class 'madness':
abs(x)

## S3 method for class 'madness': exp(x)

## S3 method for class 'madness': log(x)

## S3 method for class 'madness': log10(x)

## S3 method for class 'madness': sqrt(x)

## S3 method for class 'madness': sin(x)

## S3 method for class 'madness': cos(x)

## S3 method for class 'madness': 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