Takes a numeric vector and return its transformation: - to linear, if abs(x) < log(base) / lin_comp. - to exp, if abs(x) > log(base) / lin_comp.
NumericVector.
double, value where transition between Lin/Log is applied.
double, base of Log scale.
double, value that is used to smooth transition between Lin/Log.