Skip to contents

Replaces a object with the exponent of value.

Usage

log(x) <- value

Arguments

x

An object.

value

A numeric atomic object.

Value

Called for the side effect of updating x.

Details

A wrapper on exp(value).

Examples

x <- NULL
log(x) <- 0.5
x
#> [1] 1.648721