R/find_outliers.R
find_init_outliers.Rd
Finds values of s44_init
and r44_init
that fall outside of
init_low
and init_high
, as well as those where the difference
between the reference gas intensity and the sample gass intensity is larger
than init_diff
.
find_init_outliers(.data, init_low, init_high, init_diff, ..., quiet = NULL)
A tibble with raw Delta values and file information.
Column in .data with minimum initial intensity threshold for mass 44.
Column in .data with maximum initial intensity threshold for mass 44.
Column in .data with maximum initial difference in mass 44 threshold between standard and sample gas.
These dots are for future extensions and must be empty.
If TRUE
, print info messages. If NULL
(default) listens to options(clumpedr.quiet)