powered by
Returns the transformation of 10^x.
exp10(x)
A numeric atomic object with the value of 10^x.
An numeric atomic object.
Other translations: exp2(), fabs(), ilog(), ilog10(), ilog2(), ilogit(), inv_logit(), invlogit(), log10<-(), log2<-(), log<-(), logit(), logit<-(), phi(), pow(), step()
exp2()
fabs()
ilog()
ilog10()
ilog2()
ilogit()
inv_logit()
invlogit()
log10<-()
log2<-()
log<-()
logit()
logit<-()
phi()
pow()
step()
x <- c(5, 10.5) exp10(x)
Run the code above in your browser using DataLab