View source: R/accessory_functions.R
specplot | 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]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.