Convert a temperature from Celsius to Kelvin

celsius_to_kelvin(temp)

Arguments

temp

numeric

Value

numeric

Examples

celsius_to_kelvin(0)
#> [1] 273.15