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