Summary {spam}R Documentation

Rounding of Numbers

Description

Applies the Math2 group functions to 'spam' objects

Usage

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

Arguments

x

spam object.

Details

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

Value

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

Author(s)

Reinhard Furrer

See Also

Math and Math2.

Examples

getGroupMembers("Summary")

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

[Package spam version 0.41-0 Index]