C2K {aiRthermo}R 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)

[Package aiRthermo version 1.2.1 Index]