View source: R/conv_multiunit.R
conv_multiunit | R Documentation |
Converts complex units of measurement that are joined by " / " or " * ". This function supports all dimensions in conv_unit_options
except for coordinates.
conv_multiunit(x = 1, from, to)
x |
a numeric vector giving the measurement value in its original units. Default is 1. |
from, to |
a string defining the multiunit with subunits separated by " / " or " * ". |
Matthew A. Birk, matthewabirk@gmail.com
conv_unit
, conv_unit_options
, conv_dim
conv_multiunit(x = 10, from = "ft / hr * F", to = "m / min * C")
conv_multiunit(x = 1:100, from = "gal_per_min * ft / psi * hp", to = "l_per_hr * km / kPa * kW")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.