Summary {spam} | R Documentation |
Applies the Math2
group functions to 'spam
' objects
# max(x,..., na.rm = FALSE)
x |
spam object. |
For this generic class typical na.rm
argument has
no weight here as NA/NaN/Inf are not meaningful (yet).
All functions operate on the vector x@entries
and return the
result thereof.
Reinhard Furrer
getGroupMembers("Summary") smat <- diag.spam( runif(15)) range(smat)