Plots the spectra stored in a Spectra object. One may choose
which spectra to plot, and the x range to plot. Spectra may be plotted
offset or stacked. The vertical scale is controlled by a combination of
several parameters.
An integer vector specifying which spectra to plot, and the
order.
yrange
A vector giving the limits of the y axis desired, for instance
c(0, 15). This parameter depends upon the range of values in the
stored spectra and defaults to the height of the largest peak in the data
set. Interacts with the next two arguments, as well as the number of
spectra to be plotted as given in which. Trial and error is used to
adjust all these arguments to produce the desired plot.
offset
A number specifying the vertical offset between spectra if
more than one is plotted. Set to 0.0 for a stacked plot.
amplify
A number specifying an amplification factor to be applied to
all spectra. Useful for magnifying spectra so small features show up
(though large peaks will then be clipped, unless you zoom on the x axis).
lab.pos
A number giving the location for the identifying label.
Generally, pick an area that is clear in all spectra plotted. If no label
is desired, give lab.pos outside the plotted x range.
showGrid
Logical. Places light gray vertical lines at each tick mark
if TRUE.
…
Additional parameters to be passed to plotting functions.