K2C {humidity}R Documentation

Kelvin to Celsius conversion

Description

convert temperature in Kelvin (K) into degree Celsius (°C)

Usage

K2C(K)

Arguments

K

temperature in Kelvin (K)

Value

numeric temperature in degree Celsius (°C)

Author(s)

Jun Cai (cai-j12@mails.tsinghua.edu.cn), PhD candidate from Department of Earth System Science, Tsinghua University

See Also

C2K.

Examples

K2C(0)

[Package humidity version 0.1.5 Index]