Learn R Programming

ChemoSpec (version 2.0-2)

LoopThruSpectra: Display the spectra in a Spectra object one at a time

Description

Plots each spectrum in a Spectra object one at a time (waits for a return in the console before plotting the next spectrum). Use ESC to get out of the loop.

Usage

LoopThruSpectra(Spectra, ...)

Arguments

Value

None. Side effect is a plot.

References

http://academic.depauw.edu/~hanson/ChemoSpec/ChemoSpec.html

Examples

Run this code
data(CuticleIR)
LoopThruSpectra(CuticleIR)

Run the code above in your browser using DataLab