fahrenheit | R Documentation |
Converts temperature values from degrees Celcius to degrees Fahrenheit
fahrenheit(tempC)
tempC |
temperature value(s) in degrees Celcius (numeric). |
Temperature value(s) in degrees Fahrenheit (numeric).
fahrenheit(15) fahrenheit(-10) fahrenheit(c(-17.7, -40, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.