Identify the N2O peak

select_N2O_peak(data_table, peak_rt, quiet = FALSE)

Arguments

data_table

aggregated isodat data table(s)

peak_rt

peak retention time [in s] - either a single value, which will find peaks that start before and end after this retention time; or a vector with two values: c(from, to) which will find peaks that overlap with this interval

quiet

whether the function should output information messages or be quiet (default is to output)