DO_PerSat | R Documentation |
Calculates dissolved oxygen percent saturation from concentration.
DO_PerSat(Temp, DO, sal)
Temp |
temperature (Degree C) |
DO |
Dissolved oxygen (miligrams per liter) |
sal |
Salinity |
DO_PerSat() calculated dissolved oxygen percent saturation consistent with Florida Department of Environmental Protection technical support documents (https://floridadep.gov/sites/default/files/tsd-do-criteria-aquatic-life.pdf) using water temperature, dissolved oxygen concentration and salinity.
DO_PerSat(25.5,15.1,0); #Freshwater
DO_PerSat(25.5,15.1,33); #Marine
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.