powered by
Applies the Math2 group functions to 'spam' objects
Math2
spam
# S4 method for spam round(x, digits = 0) # S4 method for spam signif(x, digits = 6)
All functions operate on the vector x@entries and return the result thereof.
x@entries
spam object.
integer indicating the precision to be used.
Reinhard Furrer
Ops.spam and Math.spam
Ops.spam
Math.spam
getGroupMembers("Math2") set.seed(12) smat <- diag.spam( rnorm(15)) round(smat, 3)
Run the code above in your browser using DataLab