| loopThruSpectra {ChemoSpec} | R Documentation |
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.
loopThruSpectra(Spectra, ...)
Spectra |
An object of S3 class |
... |
Parameters to be passed downstream. |
None. Side effect is a plot.
Bryan A. Hanson, DePauw University.
https://github.com/bryanhanson/ChemoSpec
## Not run: data(metMUD1) loopThruSpectra(metMUD1) ## End(Not run)