Description Usage Arguments Value Author(s) Examples
compute common summary statistics on light and dark field spectra
1 | SummarizeSpectra(spectra, ...)
|
spectra |
list with entries wl (wavelength), data_lamp (matrix of several light spectra), and data_dc (matrix of several dark current) |
... |
further arguments to |
data.frame with entries
meanLamp |
mean light spectrum |
sdLamp |
standard deviation across light spectra |
nLamp |
number of summarized light spectra |
meanDC |
mean dark spectrum |
sdDC |
standard deviation across dark spectra |
nDar |
number of summarized dark spectra |
Tommaso Julitta, Mirco Migliavacca, Thomas Wutzler
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
data("snr_data")
#perform statistics on spectra
specStats <- SummarizeSpectra(snr_data)
#print header of specStats
head(specStats)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.