| log<- {extras} | R Documentation |
Log Transformation
Description
Replaces a object with the exponent of value.
Usage
log(x) <- value
Arguments
x |
An existing R object. |
value |
A numeric atomic object. |
Details
A wrapper on exp(value).
Value
Called for the side effect of updating x.
See Also
Other translations:
fabs(),
ilogit(),
ilog(),
inv_logit(),
invlogit(),
logit<-(),
logit(),
phi(),
pow(),
step()
Examples
x <- NULL
log(x) <- 0.5
x
[Package extras version 0.6.1 Index]