filter_area: Filter on the maximum peak area of a compound

View source: R/filter_area.R

filter_areaR Documentation

Filter on the maximum peak area of a compound

Description

This function allows you to filter compounds that only appear in very small amounts.

Usage

filter_area(chemtable, min_maximum)

Arguments

chemtable

the data frame of the data about the compounds

min_maximum

the minimum value for maximum peak area of a compound

Examples

data(GCMSfloral)
chemtable <- filter_area(chemtable, min_maximum = 20000)

jmpowers/bouquet documentation built on Feb. 12, 2023, 12:11 a.m.