Description Usage Arguments Value Examples
Converts temperature recorded in Celsius to Kelvin.
1 | celsius_to_kelvin(t_celsius)
|
t_celsius |
Temperature recorded in Celsius. |
A numeric
vector.
1 2 3 | celsius_to_kelvin(92)
celsius_to_kelvin(32)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.