Rdocumentation
powered by
Learn R Programming
flowClust (version 3.10.1)
rbox: 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.
See Also
box