Learn R Programming

humidity (version 0.1.5)

C2K: Celsius to Kelvin conversion

Description

convert temperature in degree Celsius (<U+00B0>C) into Kelvin (K)

Usage

C2K(C)

Arguments

C

temperature in degree Celsius (<U+00B0>C)

Value

numeric temperature in Kelvin (K)

See Also

K2C.

Examples

Run this code
# NOT RUN {
T0 # absolute zero in Kelvin (K)
C2K(T0)
# }

Run the code above in your browser using DataLab