powered by
Utility function to convert temperature to Kelvin (K) given temperature in degree Celsius (degreeC).
GetTKelvinFromTCelsius(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
# NOT RUN { GetTKelvinFromTCelsius(20:30) # }
Run the code above in your browser using DataLab