powered by
Prints dimensions and indicates if the grid has values assigned
# S3 method for sk print(x, ...)
nothing
a sk object
ignored
This prints "(not validated)" if the sk object has no is_na entry, to remind users to run sk_validate.
is_na
sk_validate
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