Learn R Programming

extras (version 0.7.3)

log10<-: Log Base 10 Transformation

Description

Replaces a object with the base 10 exponent of value.

Usage

log10(x) <- value

Value

Called for the side effect of updating x.

Arguments

x

An object.

value

A numeric atomic object.

Details

A wrapper on exp10(value).

See Also

Other translations: exp10(), exp2(), fabs(), ilog(), ilog10(), ilog2(), ilogit(), inv_logit(), invlogit(), log2<-(), log<-(), logit(), logit<-(), phi(), pow(), step()

Examples

Run this code
x <- NULL
log10(x) <- c(0.5, 5)
x

Run the code above in your browser using DataLab