K2C {aiRthermo} | R Documentation |
This function makes the transformation from Kelvin degrees to Celsius.
K2C(Tk, consts = export_constants())
Tk |
A vector of temperatures in Kelvin degrees. |
consts |
This function uses the T_0 constant corresponding to 0 degree Celsius as K. |
This function returns a vector of temperatures in Celsius degrees.
data(RadiosondeD) dTs<-RadiosondeD[,3] K2C(C2K(dTs))