Skip to contents

Converts temperature recorded in Celsius to Kelvin.

Usage

celsius_to_kelvin(t_celsius)

Arguments

t_celsius

Temperature recorded in Celsius.

Value

A numeric vector.

Examples

celsius_to_kelvin(92)
#> [1] 365.15

celsius_to_kelvin(32)
#> [1] 305.15