Learn R Programming

snapKrig (version 0.0.2)

print.sk: Auto-printing

Description

Prints dimensions and indicates if the grid has values assigned

Usage

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

Value

nothing

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.

Examples

Run this code
sk_make(list(gdim=10, gres=0.5))
sk_validate(sk_make(list(gdim=10, gres=0.5)))

Run the code above in your browser using DataLab