transform_exp: Exponential transformation (inverse of log transformation)

View source: R/transform-numeric.R

transform_expR Documentation

Exponential transformation (inverse of log transformation)

Description

Exponential transformation (inverse of log transformation)

Usage

transform_exp(base = exp(1))

exp_trans(base = exp(1))

Arguments

base

Base of logarithm

Examples

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

hadley/scales documentation built on Jan. 10, 2024, 2:06 p.m.