C2K {aiRthermo} | R Documentation |
This function makes the transformation from Celsius to Kelvin degrees.
C2K(Tc, consts = export_constants())
Tc |
A vector of temperatures in degrees Celsius. |
consts |
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.
data(RadiosondeD) dTs<-RadiosondeD[,3] C2K(dTs)