plotrtms | R Documentation |
Plot mass spectrum of certain retention time and return mass spectrum vector (MSP file) for NIST search
plotrtms(data, rt, ms, msp = FALSE)
data |
imported data matrix of GC-MS |
rt |
vector range of the retention time |
ms |
vector range of the m/z |
msp |
logical, return MSP files or not, default False |
plot, vector and MSP files for NIST search
## Not run: matrix <- getmd(rawdata) plotrtms(matrix,rt = c(500,1000),ms = (300,500)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.