Learn R Programming

jjb (version 0.1.1)

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

Run this code
# NOT RUN {
kelvin_to_fahrenheit(92)

kelvin_to_fahrenheit(32)
# }

Run the code above in your browser using DataLab