View source: R/spectralCalculationsNick.R
getNormWavelengthData | R Documentation |
Extract the depth series for a specific wavelength
getNormWavelengthData( normData, normWavelengths, wavelengthToGet, tol = 1, agg.fun = "mean" )
normData |
Normalized spectral data (the output of 'specimR::calculateMeanRows()') |
normWavelengths |
A vector of wavelengths (the output of 'specimR::calculateMeanRows()') |
wavelengthToGet |
What wavelength to do you want to extract |
tol |
Tolerance for distance from the requested wavelength. If no values are present within the tolerance, this returns an error. If multiple are present, this returns the average of those values. |
The depth sequence of normalized reflectance values for the requested wavelength.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.