log2<- | R Documentation |
Replaces a object with the base 2 exponent of value.
log2(x) <- value
x |
An object. |
value |
A numeric atomic object. |
A wrapper on exp2
(value)
.
Called for the side effect of updating x
.
Other translations:
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.