powered by
Spectra
Generating plot of the intensity of a measurement inside a Spectra object with respect to the wavelength.
spc.plot(x, Y, maxSp, lab_cex,xlab,ylab,type,pch,lwd,cex,...)# S4 method for Spectra spc.plot( x, Y, maxSp, lab_cex, xlab, ylab, type = "l", pch = 19, lwd = 2, cex = 0.3, ... )
# S4 method for Spectra spc.plot( x, Y, maxSp, lab_cex, xlab, ylab, type = "l", pch = 19, lwd = 2, cex = 0.3, ... )
and Y a Spectra data
fskjldsk
maximum number of Spectra to plot
vector of character expansion sizes, used cyclically
title for x axix, as in plot().
title for y axis, as in plot().
character string (length 1 vector) or vector of 1-character strings indicating the type of plot for each column of y. See help of matplot() or plot().
character string or vector of 1-characters or integers for plotting characters. See help of par.
par
vector of line widths. See help of par.
A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default. See help of par.
any further arguments to be passed to matplot
spc.lines, par
spc.lines
# NOT RUN { x <- spc.example_spectra() spc.plot(x) # }
Run the code above in your browser using DataLab