K2C {aiRthermo} | R Documentation |
From Kelvin to Celsius degrees
Description
This function makes the transformation from Kelvin degrees to Celsius.
Usage
K2C(Tk, consts = export_constants())
Arguments
Tk |
A vector of temperatures in Kelvin degrees. |
consts |
This function uses the |
Value
This function returns a vector of temperatures in Celsius degrees.
See Also
Examples
data(RadiosondeD)
dTs<-RadiosondeD[,3]
K2C(C2K(dTs))
[Package aiRthermo version 1.2.1 Index]