Learn R Programming

snapKrig (version 0.0.2)

summary.sk: Grid summary

Description

Prints detailed information about a grid

Usage

# S3 method for sk
summary(object, ...)

Value

nothing

Arguments

object

an sk object

...

ignored

Details

All dimensional information (gdim, gres, gyx) is printed in the order y, x

Examples

Run this code
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