summary.bk | R Documentation |
Prints detailed information about a grid
## S3 method for class 'bk'
summary(x, ...)
x |
a bk object |
... |
ignored |
All dimensional information (gdim
, gres
, gyx
) is printed in the order y, x
nothing
g = bk_validate(list(gval=rnorm(4^2), gdim=4, gres=0.5))
summary(g)
g[1] = NA
summary(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.