
Last chance! 50% off unlimited learning
Sale ends in
Applies the Math2
group functions to 'spam
' objects
# S4 method for spam
round(x, digits = 0)
# S4 method for spam
signif(x, digits = 6)
spam object.
integer indicating the precision to be used.
All functions operate on the vector x@entries
and return the
result thereof.
getGroupMembers("Math2")
smat <- diag.spam( rnorm(15))
round(smat, 3)
Run the code above in your browser using DataLab