View source: R/calculate_meteorlogy.R
cal_sunsetTime | R Documentation |
Calculating the local solar time for sunset/sunrise.
cal_sunsetTime(solar_declination, latitude)
solar_declination |
can be calculated by cal_solardeclination(). |
latitude |
is latitude data(Radian). |
Knowing the time of sunrise can calculate the time of sunset. sunrise_time=24-sunset_time. Day_length=2*(sunset_time-12).
A vector for the local solar time for sunset/sunrise
Teh CBS.Introduction to mathematical modeling of crop growth: How the equations are derived and assembled into a computer model. Brown Walker Press, 2006.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.