Description Usage Arguments Details Value Author(s) References Examples
Converts between different conversion units (mg, ml, micromol, mmol)
1 2 3 4 5 | convO2conc(
x,
from = c("mg", "ml", "umol", "mmol"),
to = c("umol", "mg", "ml", "mmol")
)
|
x |
A single value or a vector of values to be converted. |
from |
Oxygen concentration unit of x. Must be one of "mg", "ml", "umol" [for micromol] or "mmol". |
to |
Desired oxygen concentration unit. Must be one of "mg", "ml", "umol" [for micromol] or "mmol". |
Conversion from one unit of oxygen concentration to another.
Returns a vector of converted values with same length as the vector x.
Denis Chabot, Maurice-Lamontagne Institute, DFO, Canada.
GarcĂa, H. E. and Gordon, L. I. (1992) Oxygen solubility in seawater: better fitting equations. Limnology and Oceanography 37, 1307-1312.
1 2 3 | convO2conc(10)
convO2conc(10, from="mg", to="umol")
convO2conc(250, from="umol", to="mg")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.