C2K {humidity} | R Documentation |
Celsius to Kelvin conversion
Description
convert temperature in degree Celsius (°C) into Kelvin (K)
Usage
C2K(C)
Arguments
C |
temperature in degree Celsius (°C) |
Value
numeric temperature in Kelvin (K)
Author(s)
Jun Cai (cai-j12@mails.tsinghua.edu.cn), PhD candidate from Department of Earth System Science, Tsinghua University
See Also
K2C
.
Examples
T0 # absolute zero in Kelvin (K)
C2K(T0)
[Package humidity version 0.1.5 Index]