C2K: From Celsius to Kelvin degrees

C2KR Documentation

From Celsius to Kelvin degrees

Description

This function makes the transformation from Celsius to Kelvin degrees.

Usage

C2K(Tc, consts = export_constants())

Arguments

Tc

A vector of temperatures in degrees Celsius.

consts

This funtion uses the T_0 constant, corresponding to 0 degree Celsius expressed in K (273.15 K).

Value

A vector of temperatures in Kelvin degrees is returned.

See Also

aiRthermoConstants and K2C

Examples

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

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