celcius | R Documentation |
Converts temperature values from degrees Fahrenheit to degrees Celcius
celcius(tempF)
tempC |
temperature value(s) in degrees Fahrenheit (numeric). |
Temperature value(s) in degrees Celcius (numeric).
celcius(59) celcius(14) celcius(c(0.14, -40, 39.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.