This function is deprecated. Please use calc_o2_sat() instead.
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
This function is deprecated. Please use calc_o2_sat() instead.
# 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