Description Usage Arguments Details Value Examples
View source: R/potential_radiation.r
Compute the extraterrestrial solar radiation with the
1 | extraterrestrial.radiation(doy, constants = bigleaf.constants())
|
doy |
integer vector with day of year (DoY) |
constants |
solar_constant - solar constant (W m-2) |
Computation follows Lanini, 2010 (Master thesis, Bern University)
numeric vector of extraterrestrial radiation (W_m-2)
1 2 3 | plot(1:365, extraterrestrial.radiation(1:365), type = "l"
, ylab = "radiation (W m-2)", xlab = "day of year")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.