View source: R/check.spectrum.r
| check_spectrum | R Documentation |
Checks spectral irradiance data in numeric vectors for
compliance with assumptions used in calculations.
check_spectrum(w.length, s.irrad)
w.length |
numeric vector of wavelengths [ |
s.irrad |
numeric Corresponding vector of spectral (energy) irradiances
[ |
A single logical value indicating whether test was passed or
not
Other data validity check functions:
check_spct(),
check_w.length(),
enable_check_spct()
with(sun.data, check_spectrum(w.length, s.e.irrad))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.