summary.sk {snapKrig} | R Documentation |
Grid summary
Description
Prints detailed information about a grid
Usage
## S3 method for class 'sk'
summary(object, ...)
Arguments
object |
an sk object |
... |
ignored |
Details
All dimensional information (gdim
, gres
, gyx
) is printed in the order y, x
Value
nothing
Examples
g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5))
summary(g)
g[1] = NA
summary(g)
[Package snapKrig version 0.0.2 Index]