Learn R Programming

humidity (version 0.1.4)

K2C: Kelvin to Celsius conversion

Description

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

Usage

K2C(K)

Arguments

K

temperature in Kelvin (K)

Value

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

See Also

C2K.

Examples

Run this code
# NOT RUN {
K2C(0)
# }

Run the code above in your browser using DataLab