Skip to contents

[Deprecated]

This function is deprecated. Please use calc_o2_sat() instead.

Usage

calc_O2sat(
  temp_water,
  atmo_press,
  units = "atm",
  salinity = 0,
  out_units = "mg/L"
)

Examples

# Old:
# calc_O2sat(temp_water = 15, atmo_press = 1, units = "atm")
# New:
calc_o2_sat(temp_water = 15, atmo_press = 1, units = "atm")
#> [1] 10.08393