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