This is a simple function, requiring no argument. It shows available units that can be used in the functions convert_DO() and convert_rate(). Some units also require temperature (t), salinity (S), and atmospheric pressure (P) to be specified.

unit_args()

Value

A list.

Details

Available units for convert_DO():

Do NOT require t, S and P:

"mg/L", "ug/L", "mmol/L", "umol/L"

Require t, S and P:

"mL/L", "mg/kg", "ug/kg", "mmol/kg", "umol/kg", "mL/kg", "\ "mmHg", "inHg"

Available units for convert_rate():

O2

Do NOT require t, S and P:

"mg/L", "ug/L", "mmol/L", "umol/L"

Require t, S and P:

"mL/L", "mg/kg", "ug/kg", "mmol/kg", "umol/kg", "mL/kg", "\ "mmHg", "inHg"

Time

"s", "m", "h"

Output mass

"ug", "mg", "g", "kg"

Examples

unit_args()
#> Error in unit_args(): could not find function "unit_args"