Description Usage Arguments Details Examples
View source: R/fao_penman_monteith.R
Get latitude in rad from decimal degrees (Eq. 22)
1 | get_phi_lat(lat)
|
lat |
latitude in decimal degrees |
Return latitude in rad. Evaluates the equation
lat * pi / 180
1 2 3 4 | ## Not run:
phi <- get_phi_lat(13.1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.