Learn R Programming

IFC (version 0.2.1)

applyTrans: Apply Transformation

Description

Helper apply transformation.

Usage

applyTrans(x, trans, inverse = FALSE)

Value

the transformation of the input

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.