log-set: Log Transformation

log<-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

extras documentation built on May 31, 2023, 6:22 p.m.