transform_log10: Log10 transformation

View source: R/transform.log10.r

transform_log10R Documentation

Log10 transformation

Description

Takes the log10 of the input in case argument log is T or a numeric value

Usage

transform_log10(x, ..., log)

Arguments

x

Value to log with base 10

...

ignored

log

If TRUE or any numeric value the log base 10 of x will be taken

Value

log10(x)

Examples

transform_log10(c(1,10,100), log = TRUE)
transform_log10(c(2,3,200,1000,33330), log = 2)

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.