aiRthermo (version 1.2.1)

K2C: 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

Run this code
# NOT RUN {
data(RadiosondeD)
dTs<-RadiosondeD[,3]
K2C(C2K(dTs))
# }

Run the code above in your browser using DataLab