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