kelvin_to_fahrenheit {jjb}R Documentation

Kelvin to Fahrenheit Conversion

Description

Converts temperature recorded in Celsius to Kelvin.

Usage

kelvin_to_fahrenheit(t_kelvin)

Arguments

t_kelvin

Temperature recorded in Kelvin.

Value

A numeric vector.

Examples

kelvin_to_fahrenheit(92)

kelvin_to_fahrenheit(32)

[Package jjb version 0.1.1 Index]