applyTrans: Apply Transformation
Description
Helper apply transformation.
Usage
applyTrans(x, trans, inverse = FALSE)
Arguments
trans
the object returned by parseTrans().
inverse
whether or not to apply the inverse transformation. Default is FALSE.
Value
the transformation of the input
Details
for the moment, in addition to no transformation, only smoothLinLog and asinh are supported.