rbox: Reverse Box-Cox Transformation

Description Usage Arguments Value Note See Also

View source: R/plot.R

Description

This function performs back transformation on Box-Cox transformed data.

Usage

1
rbox(data, lambda)

Arguments

data

A numeric vector, matrix or data frame of observations.

lambda

The Box-Cox transformation applied which results in the inputted data matrix.

Value

A numeric vector, matrix or data frame of the same dimension as data is returned.

Note

Please refer to the documentation for box for details about the Box-Cox transformation in use.

See Also

box


flowClust documentation built on Nov. 8, 2020, 7:34 p.m.