powered by
Replaces a object with the base 2 exponent of value.
log2(x) <- value
Called for the side effect of updating x.
x
An object.
A numeric atomic object.
A wrapper on exp2(value).
exp2
(value)
Other translations: exp10(), exp2(), fabs(), ilog(), ilog10(), ilog2(), ilogit(), inv_logit(), invlogit(), log10<-(), log<-(), logit(), logit<-(), phi(), pow(), step()
exp10()
exp2()
fabs()
ilog()
ilog10()
ilog2()
ilogit()
inv_logit()
invlogit()
log10<-()
log<-()
logit()
logit<-()
phi()
pow()
step()
x <- NULL log2(x) <- c(0.5, 5) x
Run the code above in your browser using DataLab