GetTKelvinFromTCelsius {psychrolib} | R Documentation |
Utility function to convert temperature to Kelvin (K) given temperature in degree Celsius (degreeC).
GetTKelvinFromTCelsius(TCelsius)
TCelsius |
A numeric vector of temperature in degree Celsius (degreeC) |
A numeric vector of temperature in Kelvin (K)
Exact conversion.
ASHRAE Handbook - Fundamentals (2017) ch. 1 section 3
GetTKelvinFromTCelsius(20:30)