C2K | 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 |
A vector of temperatures in Kelvin degrees is returned.
aiRthermoConstants
and K2C
data(RadiosondeD)
dTs<-RadiosondeD[,3]
C2K(dTs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.