Learn R Programming

ChemoSpec (version 4.2.8)

loopThruSpectra: Display the Spectra in a Spectra Object One at a Time

Description

Plots each spectrum in a Spectra object one at a time, and 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

https://github.com/bryanhanson/ChemoSpec

Examples

Run this code
data(metMUD1)
loopThruSpectra(metMUD1)

Run the code above in your browser using DataLab