exp10: Exponential Transformation of Base 10

View source: R/exp.R

exp10R Documentation

Exponential Transformation of Base 10

Description

Returns the transformation of 10^x.

Usage

exp10(x)

Arguments

x

An numeric atomic object.

Value

A numeric atomic object with the value of 10^x.

See Also

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

Examples

x <- c(5, 10.5)
exp10(x)

poissonconsulting/extras documentation built on Jan. 18, 2024, 1:18 a.m.