F_to_K: Fahrenheit to Kelvin

Description Usage Arguments Value See Also Examples

Description

F_to_K converts the temperature units in Fahrenheit to Kelvin

Usage

1
F_to_K(x)

Arguments

x

Numeric vector of temperatures in Fahrenheit

Value

A numeric vector of temperatures in Kelvin

See Also

C_to_F, C_to_K

Examples

1
2
F_to_K(32) # Converts from 32 F to Kelvin
F_to_K(44) # Converts from 44 F  to Kelvin

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