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