celsius_to_kelvin {jjb} | R Documentation |
Celsius to Kelvin Conversion
Description
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)
celsius_to_kelvin(32)
[Package jjb version 0.1.1 Index]