applyTrans: Apply Transformation

View source: R/trans_utils.R

applyTransR Documentation

Apply Transformation

Description

Helper apply transformation.

Usage

applyTrans(x, trans, inverse = FALSE)

Arguments

x

a numeric vector.

trans

the object returned by parseTrans().

inverse

whether or not to apply the inverse transformation. Default is FALSE.

Details

for the moment, in addition to no transformation, only "smoothLinLog", "asinh", and "sqrt" are supported.

Value

the transformation of the input


IFC documentation built on Sept. 14, 2023, 1:08 a.m.