GetTKelvinFromTCelsius {psychrolib} | R Documentation |
Utility function to convert temperature to Kelvin (K) given temperature in degree Celsius (degreeC).
Description
Utility function to convert temperature to Kelvin (K) given temperature in degree Celsius (degreeC).
Usage
GetTKelvinFromTCelsius(TCelsius)
Arguments
TCelsius |
A numeric vector of temperature in degree Celsius (degreeC) |
Value
A numeric vector of temperature in Kelvin (K)
Notes
Exact conversion.
References
ASHRAE Handbook - Fundamentals (2017) ch. 1 section 3
Examples
GetTKelvinFromTCelsius(20:30)
[Package psychrolib version 2.5.2 Index]