ftrans_blq_linear: Forward transformation for linear BLQ data

View source: R/trans_blq.R

ftrans_blq_linearR Documentation

Forward transformation for linear BLQ data

Description

For ggplot2 scales.

Usage

ftrans_blq_linear(lloq, multiplier)

ftrans_blq_log(lloq, multiplier, base = 10)

Arguments

lloq

The value of the lower limit of quantification as a numeric scalar

multiplier

When data are < lloq, they are replaced by lloq*multiplier for display.

base

The base for the logarithm

Value

A function of x that replaces x < lloq with lloq*multiplier

Functions

  • ftrans_blq_log(): Log-scale transformation

See Also

Other BLQ Transformation: blq_trans(), breaks_blq_general(), estimate_lloq(), itrans_blq_linear(), label_blq()


kestrel99/occamsPmx documentation built on Feb. 25, 2023, 8:39 a.m.