C_to_K: Celsius to Kelvin

Description Usage Arguments Value See Also Examples

Description

C_to_K converts the temperature units in Celsius to Kelvin

Usage

1
C_to_K(x)

Arguments

x

Numeric vector of temperatures in Celsius

Value

A numeric vector of temperatures in Kelvin

See Also

C_to_F, F_to_K, F_to_K

Examples

1
2
C_to_K(32) # Converts from 32 C to Kelvin
C_to_K(44) # Converts from 44 C  to Kelvin

anildolgun/example documentation built on May 24, 2019, 12:35 a.m.