pow_tukey: Tukey Transformations Transformations

Description Usage Arguments Value Examples

View source: R/05-root-power.R

Description

Maturing lifecycle

Usage

1
pow_tukey(x, lambda = NULL, ...)

Arguments

x

[univariate vector]

Univariate vector, numeric or ts object with only one dimension.

lambda

[numeric(1): NULL]

Transformation exponent, λ.

...

Further arguments passed to pow.

Value

Returns a vector with the same class and attributes as the input vector.

Examples

1
2
3
set.seed(123)
x <- runif(10)
pow_tukey(x, 2)

transx documentation built on Nov. 27, 2020, 5:08 p.m.