powered by
This function calculates solar extraterrestrial radiation (in W/m2) for a given day of year.
Extraterrestrial(DOY)
Day of year
# NOT RUN { #Calculating solar extraterrestrial radiation for 365 day of the year DOY <- 1:365 Sextr <- Extraterrestrial(DOY) plot(DOY, Sextr) # }
Run the code above in your browser using DataLab