Description Usage Arguments Details Value References Examples
Calculating total dissolved solids from a conductivity measurement in water
1 | ec2tds(ec, k = 0.64)
|
ec |
A numeric vector of EC (microS/cm) |
k |
A TDS factor |
When calculating total dissolved solids from a conductivity measurement, a TDS factor is used. This TDS constant is dependent on the type of solids dissolved in water, and can be changed depending on the water source.
A numeric vector of TDS (mg/L)
Sawyer, C.N., McCarty, P.L. & Parkin G F. (2003). Chemistry for Environmental Engineering. McGraw-Hill 5th ed.
American Public Health Assoc., American Water Works Assoc. & Water Environment Federation. (1999). Standard Methods for the Examination of Water and Wastewater (20th ed.). Baltimore, MD: American Public Health Association.
1 2 | ## estimate 10 microS/cm ec to tds
ec2tds(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.