| ebase_eqboxy | R Documentation | 
Oxygen saturation
ebase_eqboxy(temp, salt)
temp | 
 numeric for temperature (C)  | 
salt | 
 numeric for salinity (PSU)  | 
Function to calculate equilibrium OXYGEN concentration in seawater, from water temparure (C) and salinity (PSU)
oxysat (mmol/m^3)
Garcia, H., Gordon, L.I., 1992. Oxygen solubility in seawater: Better fitting equations. Limnology and Oceanography 37, 1307-1312. https://doi.org/10.4319/lo.1992.37.6.1307
temp <- c(10, 20, 30)
salt <- c(30, 35, 40)
ebase_eqboxy(temp = temp, salt = salt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.