View source: R/transform-numeric.R
transform_exp | R Documentation |
Exponential transformation (inverse of log transformation)
transform_exp(base = exp(1))
exp_trans(base = exp(1))
base |
Base of logarithm |
plot(transform_exp(0.5), xlim = c(-2, 2))
plot(transform_exp(1), xlim = c(-2, 2))
plot(transform_exp(2), xlim = c(-2, 2))
plot(transform_exp(), xlim = c(-2, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.