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 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: exp10(), exp2(), fabs(), ilog(), ilog10(), ilog2(), ilogit(), inv_logit(), invlogit(), log10<-(), log2<-(), logit(), logit<-(), phi(), pow(), step()

Examples

x <- NULL
log(x) <- 0.5
x

extras documentation built on April 4, 2025, 2:40 a.m.