ilog10 {extras} | R Documentation |
Inverse Log Base 10 Transformation
Description
Inverse log transforms a numeric atomic object with base 10.
Usage
ilog10(x)
Arguments
x |
An object. |
Details
A wrapper on exp10
(value)
.
Value
A numeric atomic object.
See Also
Other translations:
exp10()
,
exp2()
,
fabs()
,
ilog()
,
ilog2()
,
ilogit()
,
inv_logit()
,
invlogit()
,
log10<-()
,
log2<-()
,
log<-()
,
logit()
,
logit<-()
,
phi()
,
pow()
,
step()
Examples
x <- c(2, 4.5)
ilog10(x)
[Package extras version 0.8.0 Index]