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)

Arguments

.data

A tibble with raw Delta values and file information.

init_low

Column in .data with minimum initial intensity threshold for mass 44.

init_high

Column in .data with maximum initial intensity threshold for mass 44.

init_diff

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.

quiet

If TRUE, print info messages. If NULL (default) listens to options(clumpedr.quiet)