filter_RT | R Documentation |
This function allows you to filter out compounds that elute before a RT_minimum retention time and/or after a RT_maximum retention time.
filter_RT(chemtable, RT_min, RT_max)
chemtable |
the data frame of the data about the compounds |
RT_min |
the RT_minimum retention time |
RT_max |
the RT_maximum retention time |
data(GCMSfloral)
chemtable <- filter_RT(chemtable, 4, 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.