summary.sk | R Documentation |
Prints detailed information about a grid
## S3 method for class 'sk'
summary(object, ...)
object |
an sk object |
... |
ignored |
All dimensional information (gdim
, gres
, gyx
) is printed in the order y, x
nothing
g = sk_validate(list(gval=stats::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.