print.sk {snapKrig} | R 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)))
[Package snapKrig version 0.0.2 Index]