plotmsrt | R Documentation |
Plot EIC of certain m/z and return dataframe for integration
plotmsrt(data, ms, rt, n = FALSE)
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 |
dataframe with with the first column RT and second column intensity of the SIM ions.
## Not run: matrix <- getmd(rawdata) plotmsrt(matrix,rt = c(500,1000),ms = 300) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.