Description Usage Arguments Value Examples
View source: R/suncalculator.R
Calculate Solar Energy for One Month.
1 2 | solarOneMonth(year, month, latitude, longtitude, GMT, titlAngle, moduleAzi,
seaLevel, useBin = TRUE)
|
year |
Year number |
month |
Month 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 day in month if TRUE |
Combined vector of Solar Energy for one month (kWh/m^2/month) and every day (kWh/m^2/day) in that month
1 | solarOneMonth(2015,6,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.