R/weather.R
kelvin_to_celsius.Rd
Converts temperature recorded in Kelvin to Celsius.
kelvin_to_celsius(t_kelvin)
Temperature recorded in Kelvin.
A numeric vector.
numeric
kelvin_to_celsius(92) #> [1] -181.15 kelvin_to_celsius(32) #> [1] -241.15