Math.bk | R Documentation |
Math group generics
## S3 method for class 'bk'
Math(x, ...)
x |
a bk object |
... |
further arguments to Math |
All except the cumsum
family are supported
the "bk" object with data values transformed accordingly
g = bk_validate(list(gval=rnorm(4^2), gdim=4, gres=0.5))
summary(g)
summary(abs(g))
summary(exp(g))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.