inv_smoothLinLog {IFC} | R Documentation |
Inverse Smooth LinLog Transformation
Description
Gets values back just to their original values before applying smoothLinLog.
Usage
inv_smoothLinLog(x, hyper = 1000, base = 10, lin_comp = log(base))
Arguments
x |
A numeric vector. |
hyper |
value where transition between Lin/Log is applied. |
base |
base of Log scale. |
lin_comp |
value that is used to smooth transition between Lin/Log. Default is log(base). |
Value
the inverse smoothLinLog transformation of the input.
[Package IFC version 0.2.1 Index]