print.bk: OTHER METHODS

View source: R/bk.R

print.bkR Documentation

OTHER METHODS

Description

Auto-printing

Usage

## S3 method for class 'bk'
print(x, ...)

Arguments

x

a bk object

...

ignored

Details

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.

Value

nothing

Examples

bk_make(list(gdim=10, gres=0.5))
bk_validate(bk_make(list(gdim=10, gres=0.5)))

deankoch/pkern documentation built on Oct. 26, 2023, 8:54 p.m.