aiRthermo (version 1.1)

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

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

Run the code above in your browser using DataCamp Workspace