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