humidity_relative2dewtemperature {meteoland} | R Documentation |
Humidity conversion tools
Description
Functions to transform relative humidity to specific humidity or dew point temperature and viceversa.
Usage
humidity_relative2dewtemperature(Tc, HR)
humidity_dewtemperature2relative(Tc, Td, allowSaturated = FALSE)
humidity_specific2relative(Tc, HS, allowSaturated = FALSE)
humidity_relative2specific(Tc, HR)
Arguments
Tc |
A numeric vector of temperature in degrees Celsius. |
HR |
A numeric vector of relative humidity (in %). |
Td |
A numeric vector of dew temperature in degrees Celsius. |
allowSaturated |
Logical flag to allow values over 100% |
HS |
A numeric vector of specific humidity (unitless). |
Value
A numeric vector with specific or relative humidity.
Author(s)
Nicholas Martin-StPaul, INRA
Miquel De Cáceres Ainsa, CREAF
See Also
[Package meteoland version 2.2.1 Index]