Description Usage Arguments Value Examples
Get daily Penman-Monteith Evapotranspiration from hourly data
1 | et0(dates, temp, hr, uz, rs, lat, elev, crop = "short", msg = "no")
|
dates |
POSIXct dates vector. |
temp |
numeric vector of temperature in Celsius scale. |
hr |
numeric vector of relative humidity (%). |
uz |
numeric vector of wind speed in m/s. |
rs |
numeric vector of solar irradiation in W/m2 |
lat |
latitude. |
elev |
numeric elevation in mts. |
crop |
character "short" (default) of "tall". See |
msg |
character "yes" or "no". See param "message" in |
dataframe with columns date
and et0
containing the daily Penman-Monteith Reference Evapotranspiration
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.