RHtoVPD
function,
use VPDtoRH
for the other way around. The water vapor saturation pressure is
calculated with esat
(using Jones 1992). Also provided is DewtoVPD
to
convert from dewpoint temperature to VPD. The functions VPDleafToAir
and VPDairToLeaf
convert VPD from a leaf temperature to an air-temperature basis and vice versa.RHtoVPD(RH, TdegC, Pa = 101)
VPDtoRH(VPD, TdegC, Pa = 101)
esat(TdegC, Pa = 101)
DewtoVPD(Tdew, TdegC, Pa = 101)
VPDleafToAir(VPD, Tleaf, Tair, Pa = 101)
VPDairToLeaf(VPD, Tair, Tleaf, Pa = 101)
RHleafToAir(RH, Tleaf, Tair, Pa = 101)
RHairToLeaf(RH, Tair, Tleaf, Pa = 101)