mean.sk | R Documentation |
This calculates the mean over all layers (if any)
## S3 method for class 'sk'
mean(x, ...)
x |
a sk object |
... |
further arguments to default mean method |
numeric
g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5))
mean(g) == mean(g[])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.