Learn R Programming

spam (version 0.20-3)

Summary: Rounding of Numbers

Description

Applies the Math2 group functions to 'spam' objects

Usage

# max(x,..., na.rm = FALSE)

Arguments

x
spam object.

Value

  • All functions operate on the vector x@entries and return the result thereof.

Details

For this generic class typical na.rm argument has no weight here as NA/NaN/Inf are not meaningful (yet).

See Also

Math and Math2.

Examples

Run this code
getGroupMembers("Summary")

smat <- diag.spam( runif(15))
range(smat)

Run the code above in your browser using DataLab