Learn R Programming

hyperSpec (version 0.98-20140523)

hyperSpec-class: Class "hyperSpec"

Description

This class handles hyperspectral data sets, i.e. spatially or time-resolved spectra, or spectra with any other kind of information associated with the spectra.

The spectra can be data as obtained in XRF, UV/VIS, Fluorescence, AES, NIR, IR, Raman, NMR, MS, etc.

More generally, any data that is recorded over a discretized variable, e.g. absorbance = f (wavelength), stored as a vector of absorbance values for discrete wavelengths is suitable.

Arguments

Objects from the Class

Objects can be created by calls of the form new("hyperSpec", spc, data, wavelength, label, log), for details see initialize.

See Also

See the vignette "introduction" for an introduction to hyperSpec from a spectroscopic point of view.

Examples

Run this code
showClass("hyperSpec")
vignette ("introduction")

Run the code above in your browser using DataLab