View source: R/con_melting_temperature.R
convert.temperature | R Documentation |
Converts the input from Kelvin to Celsius or from Celsius to Kelvin.
convert.temperature(temp, temp.scale = c("K", "C"))
temp |
The input temperature. |
temp.scale |
The desired unit of the output temperature. |
If temp.scale
is 'K', T_m
is transformed from Celsius
to Kelvin. If temp.scale
is 'C', T_m
is transformed from
Kelvin to Celsius. The default is to transform from Celsius to Kelvin.
Transforms the input temperature to the specified temp.scale
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.