powered by
This function approximates the value of equation of time for a given day of year
EOT(DOY)
Day of year
# NOT RUN { #Calculating equaiton of time for 365 day of the year DOY <- 1:365 eot <- EOT(DOY) plot(DOY, eot) # }
Run the code above in your browser using DataLab