Description Usage Arguments Details Value Author(s) Examples
View source: R/plotPseudoSpectrum.R
Auxiliary function for plotting a particular pseudospectrum. M/z values are in the first column of the matrix, and an intensity measure (either maxo, into or something else) in the second. The third column is disregarded, usually contains retention time information
1 | plotPseudoSpectrum(psspc, ...)
|
psspc |
Pseudospectrum, consisting of a two- or three-column matrix. The first column contains the m/z values, the second the intensities. A third column containing retention time information may be present, but is not used in this function. |
... |
Additional graphical parameters. |
A stick spectrum is shown on the graphical device.
A three column matrix m/z and Intensity and Retention time.
Ron Wehrens
1 2 | data("threeStdsDB")
plotPseudoSpectrum(DB[[1]]$pspectrum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.