print.sk | R Documentation |
Prints dimensions and indicates if the grid has values assigned
## S3 method for class 'sk'
print(x, ...)
x |
a sk object |
... |
ignored |
This prints "(not validated)" if the sk object has no is_na
entry,
to remind users to run sk_validate
.
nothing
sk_make(list(gdim=10, gres=0.5))
sk_validate(sk_make(list(gdim=10, gres=0.5)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.