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