
Check if peak was integrated for a specific compound
Source:R/generics.R, R/chromatogram.R
is_integrated.RdCheck if peak was integrated for a specific compound
Usage
is_integrated(chrom_res, compound_id, sample_id = NULL)
# S4 method for class 'ChromRes'
is_integrated(chrom_res, compound_id, sample_id = NULL)
# S4 method for class 'ChromResBase'
is_integrated(chrom_res, compound_id, sample_id = NULL)Examples
if (FALSE) { # \dontrun{
lapply(1:10, \(x) is_integrated(chrom_res, sample_id = 1, compound_id = 1))
} # }