summary.bk: Grid summary

View source: R/bk.R

summary.bkR Documentation

Grid summary

Description

Prints detailed information about a grid

Usage

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

Arguments

x

a bk object

...

ignored

Details

All dimensional information (gdim, gres, gyx) is printed in the order y, x

Value

nothing

Examples

g = bk_validate(list(gval=rnorm(4^2), gdim=4, gres=0.5))
summary(g)
g[1] = NA
summary(g)


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