Description Usage Arguments Details Examples
View source: R/fao_penman_monteith.R
Get sunset hour angle (Eq 25)
1 | get_w_s_angle(lat, date)
|
lat |
latitude in decimal degrees |
date |
date object or numeric jday |
Return solar decimation in rad. Evaluates the equation:
w_s = acos(-tan(phi) * tan(delta))
1 2 3 4 5 6 | ## Not run:
lat <- 13.1
date <- "2019-04-15"
w_s <- get_w_s_angle(lat, date)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.