powered by
Converts temperature recorded in Celsius to Kelvin.
celsius_to_kelvin(t_celsius)
Temperature recorded in Celsius.
A numeric vector.
numeric
# NOT RUN { celsius_to_kelvin(92) celsius_to_kelvin(32) # }
Run the code above in your browser using DataLab