calc_vapor_pressure_deficit | R Documentation |
Calculate vapor pressure deficit
calc_vapor_pressure_deficit(es_tmax, es_tmin, ea)
es_tmax |
Saturation Vapor Pressure at Maximum Temperature (°C) |
es_tmin |
Saturation Vapor Pressure at Minimum Temperature (°C) |
ea |
Vapor Pressure at Air Temperature (°C) |
Vapor Pressure Deficit (kPa)
cropsyst:::calc_vapor_pressure_deficit(5, 3, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.