Description Usage Arguments Value Examples
View source: R/accessory_functions.R
specplot
creates a very basic plot of MS2 spectra from
MS2spectrum
or pseudospectrum
objects.
1 |
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
.
1 2 3 4 5 | 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.