Description Usage Arguments Value Note Author(s) See Also Examples
fahrenheit.to.celsius
creates a numeric vector of temperatures in
Celsius from a numeric vector of temperatures in Fahrenheit.
1 | fahrenheit.to.celsius(T.fahrenheit, round = 2)
|
T.fahrenheit |
Numeric vector of temperatures in Fahrenheit. |
round |
An integer indicating the number of decimal places to round the converted value. |
A numeric vector of temperature values in Celsius.
Equations are from the source code for the US National Weather Service's online heat index calculator.
Brooke Anderson brooke.anderson@colostate.edu, Roger Peng rdpeng@gmail.com
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.