| Math2 {spam} | R Documentation |
Applies the Math2 group functions to 'spam' objects
# round(x, digits = 0) # signif(x, digits = 6)
x |
spam object. |
digits |
integer indicating the precision to be used. |
This set of functions The 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
Math
getGroupMembers("Math2")
smat <- diag.spam( rnorm(15))
round(smat, 3)