powered by
Daylight - Generates hourly daylight data ("Night" and "Daylight") in a specific year
Daylight(shortest_day_sunrise, shortest_day_sunset, longest_day_sunset0, Year)
Sunrise time in the shortest day in the Northern Hemisphere (December 21) using decimals for minutes (e.g. 8.4)
Sunset time in the shortest day in the Northern Hemisphere (December 21) using decimals for minutes (e.g. 17.8)
Sunset time in the longest day in the Northern Hemisphere (June 21) using decimals for minutes (e.g. 21.9)
Year to generate hourly daylight data (e.g. 2015)
A dataframe with hourly daylight values is generated
# NOT RUN { Daylight (shortest_day_sunrise = 8.4, shortest_day_sunset = 17.8, longest_day_sunset0 = 21.9, Year = 2016) # }
Run the code above in your browser using DataLab