powered by
This function returns local standard time (in minutes) given a day of the year value.
LST(DOY)
Day of year
# NOT RUN { #Calculating local standard time for two consecutive days DOY <- seq(0, 2, .05) lst <- LST(DOY) plot(DOY, lst) # }
Run the code above in your browser using DataLab