Math2 | R Documentation |
Applies the Math2
group functions to 'spam
' objects
## S4 method for signature 'spam'
round(x, digits = 0)
## S4 method for signature 'spam'
signif(x, digits = 6)
x |
spam object. |
digits |
integer indicating the precision to be used. |
All functions operate on the vector x@entries
and return the
result thereof.
Reinhard Furrer
Ops.spam
and Math.spam
getGroupMembers("Math2")
set.seed(12)
smat <- diag.spam( rnorm(15))
round(smat, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.