View source: R/tashurs2vap.pres.R
tashurs2vap.pres | R Documentation |
Calculation of vapour pressure from temperature and relative humidity
tashurs2vap.pres(tas, hurs)
tas |
vector of air temperature in degC. |
hurs |
vector of relative humidity in %. |
Formulation from Dosseger et al. 1992. Formula 16 in MCH document.
Vapour pressure in hPa.
A.Casanueva (11.08.2016).
## Not run: # load the meteorological variables for example data in Salamanca: data("data_obs") vp <- tashurs2vap.pres(data_obs$tasmean, hurs=data_obs$hurs) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.