powered by
This function calculates solar declination angle for a given day of year.
Declination(DOY)
Day of year
# NOT RUN { #Calculating solar declination angle for 365 day of the year DOY <- 1:365 delta <- Declination(DOY) plot(DOY, delta) # }
Run the code above in your browser using DataLab