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