Description Usage Arguments Value Author(s) Examples
View source: R/combineSpectra.R
This function accepts two objects of class spectra.list or
spectra.matrix and combines them into one spectra.matrix.
These objects should be in the same units and of the same spectral
resolution and extend.
1 | combineSpectra(x, y)
|
x |
An object of class |
y |
An object of class |
Returns a spectra.matrix.
Daniel M Griffith
1 2 3 4 5 | ## Not run:
data(shootout)
shootout_scans_x_2 <- combineSpectra(x = shootout_scans, y = shootout_scans)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.