Learn R Programming

jjb (version 0.1.1)

kelvin_to_celsius: Kelvin to Celsius Conversion

Description

Converts temperature recorded in Kelvin to Celsius.

Usage

kelvin_to_celsius(t_kelvin)

Arguments

t_kelvin

Temperature recorded in Kelvin.

Value

A numeric vector.

Examples

Run this code
# NOT RUN {
kelvin_to_celsius(92)

kelvin_to_celsius(32)
# }

Run the code above in your browser using DataLab