pow_tukey {transx} | R Documentation |
pow_tukey(x, lambda = NULL, ...)
x |
Univariate vector, numeric or ts object with only one dimension. |
lambda |
Transformation exponent, |
... |
Further arguments passed to |
Returns a vector with the same class and attributes as the input vector.
set.seed(123)
x <- runif(10)
pow_tukey(x, 2)