Description Usage Arguments References Examples
View source: R/solar_calculations.R
Calculates the potential daily solar insolation/irradiance in kWh/m² for given days and latitude. Latitude has to be given in radians!
1  | solar_daily_pot_insol(doy, lat = 0)
 | 
doy | 
 integer, day of year. Multiple values allowed  | 
lat | 
 numeric, latitude in radians! Only one value allowed  | 
https://www.e-education.psu.edu/eme810/
1  | daily_pot_insolation <- solar_daily_pot_insol(1:365, lat = 0.8138967)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.