Learn R Programming

extras (version 0.7.3)

ilog2: Inverse Log Base 2 Transformation

Description

Inverse log transforms a numeric atomic object with base 2.

Usage

ilog2(x)

Value

A numeric atomic object.

Arguments

x

An object.

Details

A wrapper on exp2(value).

See Also

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

Examples

Run this code
x <- c(2, 4.5)
ilog2(x)

Run the code above in your browser using DataLab