View source: R/DO_assessment.R
DO_sat_calc | R Documentation |
This function will calculate DO saturation percentage based on DO mg/L values, temperature in C, and elevcation in ft This function is based on the equation found in The Dissolved Ocygen Water Quality Standard Implementatiion Guidence. This function differs from the oxySol function in the wql package because it calcultaes the percentage dirrectly and incorporates elevation, as opposed to pressure
DO_sat_calc(DO, TempC, elevft)
DO |
DO value in mg/L |
TempC |
Temperature value in C |
elevft |
Elevation value in feet |
DO_sat_calc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.