filter_RT: Filter on retention times

View source: R/filter_RT.R

filter_RTR Documentation

Filter on retention times

Description

This function allows you to filter out compounds that elute before a RT_minimum retention time and/or after a RT_maximum retention time.

Usage

filter_RT(chemtable, RT_min, RT_max)

Arguments

chemtable

the data frame of the data about the compounds

RT_min

the RT_minimum retention time

RT_max

the RT_maximum retention time

Examples

data(GCMSfloral)
chemtable <- filter_RT(chemtable, 4, 15)

jmpowers/bouquet documentation built on Nov. 30, 2024, 12:02 a.m.