C_convert | R Documentation |
Temp conversion from Celsius degrees °C to ...
C_convert(deg = 0, to = "K")
deg |
a numeric vector of Celsius degrees |
to |
an user input string for the conversion: "K" for Kelvin (default), "F" for Fahrenheit degrees |
a numeric vector of the converted temperature degrees
C_convert(0, "K") C_convert(1, "F")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.