temp_convert | R Documentation |
Functions for providing conversions between scales of measurement.
temp_convert( x = NULL, to = thermoreg_options("temp_scale"), from = "fahrenheit", type = "tdb" ) press_convert( x = NULL, to = thermoreg_options("press_scale"), from = "mbar", type = "barometric" )
x |
a numeric value representing the measurement of interest |
to |
the scale to convert to |
from |
the scale to convert from |
type |
scale of measurement (i.e., tdb) |
temp_convert
: Conversion for Temperature
press_convert
: Conversion for Pressure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.