View source: R/calculate_meteorlogy.R
cal_solarInclination | R Documentation |
A parameter used to determine the position of the sun relative to the observer (the other one is the angle from south).Conversion relationship with solar altitude angle: solar inclination=pi/2-solar altitude.
cal_solarInclination(solar_declination, latitude, hour_anger)
solar_declination |
is solar declination anger. It can be calculated from cal_solardeclination(). |
latitude |
is the latitude data (Radian). |
hour_anger |
is hour anger. It can be calculated from cal_hourangle(). |
A vector for solar inclination (Radian)
Teh CBS.Introduction to mathematical modeling of crop growth: How the equations are derived and assembled into a computer model. Brown Walker Press, 2006.
cal_solarInclination(solar_declination=-0.297,latitude=30,hour_anger=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.