Description Usage Arguments Value Examples
Daylight - Generates hourly daylight data ("Night" and "Daylight") in a specific year
| 1 | Daylight(shortest_day_sunrise, shortest_day_sunset, longest_day_sunset0, Year)
 | 
| shortest_day_sunrise | Sunrise time in the shortest day in the Northern Hemisphere (December 21) using decimals for minutes (e.g. 8.4) | 
| shortest_day_sunset | Sunset time in the shortest day in the Northern Hemisphere (December 21) using decimals for minutes (e.g. 17.8) | 
| longest_day_sunset0 | Sunset time in the longest day in the Northern Hemisphere (June 21) using decimals for minutes (e.g. 21.9) | 
| Year | Year to generate hourly daylight data (e.g. 2015) | 
A dataframe with hourly daylight values is generated
| 1 2 3 4 | Daylight (shortest_day_sunrise  = 8.4,
shortest_day_sunset = 17.8,
longest_day_sunset0 = 21.9,
Year = 2016)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.