exp10 | R Documentation |
Returns the transformation of 10^x.
exp10(x)
x |
An numeric atomic object. |
A numeric atomic object with the value of 10^x.
Other translations:
exp2()
,
fabs()
,
ilog()
,
ilog10()
,
ilog2()
,
ilogit()
,
inv_logit()
,
invlogit()
,
log10<-()
,
log2<-()
,
log<-()
,
logit()
,
logit<-()
,
phi()
,
pow()
,
step()
x <- c(5, 10.5)
exp10(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.