View source: R/plant-qq-ratios.r
UVAsw_UV | R Documentation |
This function returns the UVAsw:UV photon ratio of a light source spectrum.
UVAsw_UV(spct, std = "plants", use.cached.mult = FALSE, use.hinges = TRUE)
spct |
an object of class "source.spct". |
std |
select which definition of UVAsw should be used, defaults to "plants". For UV "ISO" is always used. |
use.cached.mult |
logical indicating whether multiplier values should be cached between calls. |
use.hinges |
logical indicating whether to use hinges to reduce interpolation errors. |
a single numeric dimensionless value giving the UVA:UV photon ratio, with name attribute set to the name of the wavebands, with "(q:q)" appended.
Whenever possible use UVA1 instead of UVAlw and UVA2 instead of UVAsw as UVA1 and UVA2 are frequently used definitions, even if not standardised, while UVAlw and UVAsw are ad-hoc definitions used in some publications for specific optical filters.
UVA
,
UV
and
q_ratio
.
UVAsw_UV(sun.spct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.