Generate breaks for measurements below the limit of quantification
Source:R/trans_blq.R
breaks_blq_general.Rd
Breaks that are < lloq
are removed. If the lowest break is removed if
it is too close to the lloq.
Details
For ggplot2 scales. This is not usually used directly. See
blq_trans()
and blq_log10_trans()
for the functions that are
more commonly used.
See also
Other BLQ Transformation:
blq_trans()
,
estimate_lloq()
,
ftrans_blq_linear()
,
itrans_blq_linear()
,
label_blq()
Examples
breaks_blq_general(lloq=3, breakfun=scales::breaks_extended)(1:100, n=5)
#> [1] 3 25 50 75 100