Learn R Programming

ChemoSpec (version 1.48-4)

sumSpectra: Summarize a Spectra Object

Description

Provides a summary of a "Spectra" object, essentially a more spectroscopist-friendly version of str().

Usage

sumSpectra(spectra)

Arguments

Value

None. Results printed at console, perhaps a plot as well.

Rdversion

1.1

Details

Prior to summarizing, chkSpectra is run with confirm = FALSE. If there are problems, warnings are issued to the console and the summary is not done.

References

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

Examples

Run this code
data(CuticleIR)
sumSpectra(CuticleIR)

Run the code above in your browser using DataLab