mean.bk: Calculate the mean value in a grid

View source: R/bk.R

mean.bkR Documentation

Calculate the mean value in a grid

Description

This calculates the mean over all layers (if any)

Usage

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

Arguments

x

a bk object

...

further arguments to default mean method

Value

numeric

Examples

g = bk_validate(list(gval=rnorm(4^2), gdim=4, gres=0.5))
mean(g)


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