View source: R/etp_thorntwaite.R
correction_etp_thornwaite | R Documentation |
Correction for Thorntwaite - Potential evapotranspiration
correction_etp_thornwaite(etp, date, lat)
etp |
A column of a dataframe containing Thorntwaite potential evapotranspiration (ETp) data without adjustments for sunlight hours and the number of days in the month.". |
date |
A column of dataframe with date (i.e: 2025-01-02). |
lat |
A column of dataframe with latitude in degrees. |
Returns a vector object with the Thorntwaite ETp corrected for sunlight hours and the number of days in the month.
Roberto Filgueiras.
## Not run:
etp_cor <- correction_etp_thornwaite(etp, date, lat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.