Description Usage Arguments Value Examples
View source: R/suncalculator.R
Calculate solar energy statistics on tilted surface for a specific date and time.
1 2 | SunOnTiltedSurface(year, month, day, hour, minute, latitude, longtitude, GMT,
titlAngle, moduleAzi, seaLevel)
|
year |
Year number |
month |
Month number |
day |
Day number |
hour |
Hour number |
minute |
Minute 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 |
Direct beam solar radiation, Solar Radiation on Tilted Surface, Air Mass, Sun Azimuth Angle, Sun Zenith Angle, Sunrise Time, Sunset Time
1 | SunOnTiltedSurface(2015,6,22,10,0,51.56,15.32,1,30,180,0.145)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.