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