print.bk | R Documentation |
Auto-printing
## S3 method for class 'bk'
print(x, ...)
x |
a bk object |
... |
ignored |
Prints dimensions and indicates if the grid has values assigned
This prints "(not validated)" if the bk object has no n_missing
entry.
This is to remind users to run bk_validate
.
nothing
bk_make(list(gdim=10, gres=0.5))
bk_validate(bk_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.