Description Usage Arguments Value See Also Examples
This function makes the transformation from Kelvin degrees to Celsius.
1 | 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.
1 2 3 | data(RadiosondeD)
dTs<-RadiosondeD[,3]
K2C(C2K(dTs))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.