print.sk: Auto-printing

View source: R/sk_methods.R

print.skR Documentation

Auto-printing

Description

Prints dimensions and indicates if the grid has values assigned

Usage

## S3 method for class 'sk'
print(x, ...)

Arguments

x

a sk object

...

ignored

Details

This prints "(not validated)" if the sk object has no is_na entry, to remind users to run sk_validate.

Value

nothing

Examples

sk_make(list(gdim=10, gres=0.5))
sk_validate(sk_make(list(gdim=10, gres=0.5)))

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