Description Usage Arguments Examples
This function calculates solar extraterrestrial radiation (in W/m2) for a given day of year.
1 | Extraterrestrial(DOY)
|
DOY |
Day of year |
1 2 3 4 5 6 7 | #Calculating solar extraterrestrial radiation for 365 day of the year
DOY <- 1:365
Sextr <- Extraterrestrial(DOY)
plot(DOY, Sextr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.