specplot {CluMSID} | R Documentation |
specplot
creates a very basic plot of MS2 spectra from
MS2spectrum
or pseudospectrum
objects.
specplot(spec, ...)
spec |
An object of class |
... |
Additional graphical parameters to be passed to |
A plot of the MS2 spectrum saved in the spectrum
slot of
spec
.
load(file = system.file("extdata", "annotatedSpeclist.RData", package = "CluMSIDdata")) specplot(annotatedSpeclist[[1]])