powered by
Prints detailed information about a grid
# S3 method for sk summary(object, ...)
nothing
an sk object
ignored
All dimensional information (gdim, gres, gyx) is printed in the order y, x
gdim
gres
gyx
g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5)) summary(g) g[1] = NA summary(g)
Run the code above in your browser using DataLab