Description
Class and Methods for Spectral Data.
Description
Input/Output, processing and visualization of spectra taken with different spectrometers, including SVC (Spectra Vista), ASD and PSR (Spectral Evolution). Implements an S3 class 'spectra' that other packages can build on. Provides methods to access, plot, manipulate, splice sensor overlap, vector normalize and smooth spectra.
README.md
spectrolab
Spectrolab is an R package that provides a class and methods for processing and visualizing high resolution spectra in R. It is licensed under GPL-3.
Installation
You can install spectrolab from Github using:
library("devtools")
install_github("meireles/spectrolab")
Or from CRAN using:
install.packages("spectrolab")
Using spectrolab
This vignette introduces spectrolab, and walks you through the basics of the package.
This vignette shows how to match (splice) sensors.