ilog: Inverse Log Transformation

View source: R/log.R

ilogR Documentation

Inverse Log Transformation

Description

Inverse log transforms a numeric atomic object.

Usage

ilog(x)

Arguments

x

An object.

Details

A wrapper on exp(value).

Value

A numeric atomic object.

See Also

Other translations: exp10(), exp2(), fabs(), ilog10(), ilog2(), ilogit(), inv_logit(), invlogit(), log10<-(), log2<-(), log<-(), logit(), logit<-(), phi(), pow(), step()

Examples

x <- 1
ilog(x)

extras documentation built on Sept. 11, 2024, 5:25 p.m.