Convert a temperature from Kelvin to Celsius

kelvin_to_celsius(temp)

Arguments

temp

numeric

Value

numeric

Examples

kelvin_to_celsius(273.15)
#> [1] 0