plotmsrt {enviGCMS} | R Documentation |
Plot EIC of certain m/z and return dataframe for integration
Description
Plot EIC of certain m/z and return dataframe for integration
Usage
plotmsrt(data, ms, rt, n = FALSE)
Arguments
data |
imported data matrix of GC-MS |
ms |
m/z to be extracted |
rt |
vector range of the retention time |
n |
logical smooth or not |
Value
dataframe with with the first column RT and second column intensity of the SIM ions.
Examples
## Not run:
matrix <- getmd(rawdata)
plotmsrt(matrix,rt = c(500,1000),ms = 300)
## End(Not run)
[Package enviGCMS version 0.7.1 Index]