Spectra-classes: Spectra* classes

Description Objects from the Class Slots Author(s) Examples

Description

The inspectr package provides the user with S4 classes that have been developped to store and manipulate spectroscopy data.

The Spectra class is storing the spectra matrix, along with the wavelengths at which those have been measured, the units in whioch those wavelengths are expressed, and a unique id for each sample in the collection.

The SpectraDataFrame class is extending the Spectra class by giving the opportunity to store attribute data along with the spectra - this is mostly the case when we want to predict physical or chemical properties from the spectra set.

The SpatialSpectra and SpatialSpectraDataFrame classes are extending the Spectra and SpectraDataFrame classes using the SpatialPoints class from package sp. This allows to store spatial information on the dataset: coordinates, coordinate reference system, bounding box, etc.

Common generic methods implemented for these classes include:

summary, show, nrow, length, plot, [, [[, $.

SpatialPoints methods from the sp package can be applied to SpatialSpectra and SpatialSpectraDataFrame objects are they inherit from this class.

Objects from the Class

Objects can be created by calls of the form new("Spectra", ...), with the constructor functions like Spectra(...), or with the helper functions such as wl and spectra.

Slots

Author(s)

Pierre Roudier pierre.roudier@gmail.com

Examples

1
2
showClass("Spectra")
showClass("SpectraDataFrame")

inspectr documentation built on May 2, 2019, 5:45 p.m.