rbox {flowClust} | R Documentation |
This function performs back transformation on Box-Cox transformed data.
rbox(data, lambda)
data |
A numeric vector, matrix or data frame of observations. |
lambda |
The Box-Cox transformation applied which results in the inputted data matrix. |
A numeric vector, matrix or data frame of the same dimension as data
is returned.
Please refer to the documentation for box
for details about the Box-Cox transformation in use.