Description Usage Arguments Value Examples
View source: R/suncalculator.R
Calculate Solar Energy for One day.
1 2 | solarOneDay(year, month, day, latitude, longtitude, GMT, titlAngle, moduleAzi,
seaLevel, useBin = TRUE)
|
year |
Year number |
month |
Month number |
day |
Day number |
latitude |
Location's latitude in degree |
longtitude |
Location's longtitude in degree |
GMT |
Location's GMT offset |
titlAngle |
Tilt Angle of the surface in degree |
moduleAzi |
Direction the surface is facing |
seaLevel |
Location height above sea level in kilometers |
useBin |
Print solar energy for every hour in day if TRUE |
Combined vector of Solar Energy for one day (kWh/m^2/day) and every hour (kWh/m^2) in that day
1 | solarOneDay(2015,6,22,51.56,15.32,0,30,180,0.145)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.