Description Usage Arguments Details Examples
View source: R/fao_penman_monteith.R
Get daylight hours (Eq. 34)
1 | get_daylight_hours(lat, date)
|
lat |
latitude in decimal degrees |
date |
date object or numeric jday |
Return number of daylight hours. Evaluates the equation:
N = 24 / pi * w_s
1 2 3 | lat <- 13.1
date <- "2019-04-15"
get_daylight_hours(lat, date)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.