Math.bk: GROUP GENERICS

View source: R/bk.R

Math.bkR Documentation

GROUP GENERICS

Description

Math group generics

Usage

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

Arguments

x

a bk object

...

further arguments to Math

Details

All except the cumsum family are supported

Value

the "bk" object with data values transformed accordingly

Examples

g = bk_validate(list(gval=rnorm(4^2), gdim=4, gres=0.5))
summary(g)
summary(abs(g))
summary(exp(g))


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