plotPseudoSpectrum: Plot a pseudospectrum.

Description Usage Arguments Details Value Author(s) Examples

View source: R/plotPseudoSpectrum.R

Description

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

Usage

1

Arguments

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.

Details

A stick spectrum is shown on the graphical device.

Value

A three column matrix m/z and Intensity and Retention time.

Author(s)

Ron Wehrens

Examples

1
2
data("threeStdsDB")
plotPseudoSpectrum(DB[[1]]$pspectrum)

metaMS documentation built on Nov. 8, 2020, 8:21 p.m.