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