K2C: From Kelvin to Celsius degrees

K2CR Documentation

From Kelvin to Celsius degrees

Description

This function makes the transformation from Kelvin degrees to Celsius.

Usage

K2C(Tk, consts = export_constants())

Arguments

Tk

A vector of temperatures in Kelvin degrees.

consts

This function uses the T_0 constant corresponding to 0 degree Celsius as K.

Value

This function returns a vector of temperatures in Celsius degrees.

See Also

aiRthermoConstants and C2K

Examples

data(RadiosondeD)
dTs<-RadiosondeD[,3]
K2C(C2K(dTs))

aiRthermo documentation built on June 8, 2025, 11:48 a.m.