Summary.sk: Grid summary

View source: R/sk_methods.R

summary.skR 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)


snapKrig documentation built on May 31, 2023, 6:34 p.m.