Skip to contents

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

kelvin_to_celsius(92)
#> [1] -181.15

kelvin_to_celsius(32)
#> [1] -241.15