Math.sk | R Documentation |
All except the cumsum
family are supported
## S3 method for class 'sk'
Math(x, ...)
x |
a sk object |
... |
further arguments to Math |
the "sk" object with data values transformed accordingly
g = sk_validate(list(gval=stats::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.