rbox: Reverse Box-Cox Transformation

View source: R/plot.R

rboxR 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


RGLab/flowClust documentation built on Jan. 31, 2024, 11:26 p.m.