exp_trans: Exponential transformation (inverse of log transformation)

View source: R/trans-numeric.r

exp_transR Documentation

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 documentation built on Aug. 20, 2022, 1:05 a.m.