rbox {flowClust}R Documentation

Reverse Box-Cox Transformation

Description

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

Usage

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


[Package flowClust version 1.8.1 Index]