powered by
pow_tukey(x, lambda = NULL, ...)
[univariate vector]
Univariate vector, numeric or ts object with only one dimension.
[numeric(1): NULL]
Transformation exponent, \(\lambda\).
Further arguments passed to pow.
pow
Returns a vector with the same class and attributes as the input vector.
# NOT RUN { set.seed(123) x <- runif(10) pow_tukey(x, 2) # }
Run the code above in your browser using DataLab