R/trans-numeric.r
exp_trans.Rd
Exponential transformation (inverse of log transformation)
exp_trans(base = exp(1))
Base of logarithm
plot(exp_trans(0.5), xlim = c(-2, 2)) plot(exp_trans(1), xlim = c(-2, 2)) plot(exp_trans(2), xlim = c(-2, 2)) plot(exp_trans(), xlim = c(-2, 2))