Description Usage Arguments Value Note Author(s) References See Also Examples
metric_to_inches creates a numeric vector of precipitation measures in
inches from a numeric vector of precipitation in common metric units
(millimeters or centimeters).
| 1 | metric_to_inches(metric, unit.from, round = 2)
 | 
| metric | Numeric vector of precipitation (in millimeters or centimeters) | 
| unit.from | A character string with the current units of the observations (i.e., the units from which you want to convert) | 
| round | An integer indicating the number of decimal places to round the converted value. | 
A numeric vector of precipitation in inches.
Equations are from the source code for the National Weather Service Forecast Office http://www.srh.noaa.gov/ama/?n=conversions
Joshua Ferreri joshua.m.ferreri@gmail.com, Brooke Anderson brooke.anderson@colostate.edu
http://www.srh.noaa.gov/ama/?n=conversions
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.