K2C | 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 |
This function returns a vector of temperatures in Celsius degrees.
aiRthermoConstants
and C2K
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.