powered by
This function makes the transformation from Kelvin degrees to Celsius.
K2C(Tk, consts = export_constants())
A vector of temperatures in Kelvin degrees.
This function uses the \(T_0\) constant corresponding to 0 degree Celsius as K.
This function returns a vector of temperatures in Celsius degrees.
aiRthermoConstants and C2K
aiRthermoConstants
C2K
# NOT RUN { data(RadiosondeD) dTs<-RadiosondeD[,3] K2C(C2K(dTs)) # }
Run the code above in your browser using DataLab