Description Usage Arguments Value Examples
This function takes a dataframe object as input and computes PET using Makkink's method.
1 | pet_makkink(indat)
|
indat |
= dataframe containing the input variables |
A vector containing the daily Potential EvapoTranspiration (mm/day)
1 2 3 4 5 6 7 8 9 | pet_makkink(indat)
Where the dataframe "indat" contains the following variables:
tmin = Temperature min (degrees Celsius)
tmax = Temperature max (degrees Celsius)
rs = radiation (MJ/m^2)
Missing values should be converted to NA
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.