Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

exp_trans

Exponential transformation (inverse of log transformation)


Description

Exponential transformation (inverse of log transformation)

Usage

exp_trans(base = exp(1))

Arguments

base

Base of logarithm

Examples

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))

scales

Scale Functions for Visualization

v1.1.1
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre], Dana Seidel [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.