ec2tds: Electral Conductivity (EC) to Total Dissolvid Solids (TDS)

Description Usage Arguments Details Value References Examples

View source: R/ec2tds.R

Description

Calculating total dissolved solids from a conductivity measurement in water

Usage

1
ec2tds(ec, k = 0.64)

Arguments

ec

A numeric vector of EC (microS/cm)

k

A TDS factor

Details

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.

Value

A numeric vector of TDS (mg/L)

References

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.

Examples

1
2
## estimate 10 microS/cm ec to tds
ec2tds(10)

salah31416/RLimnology documentation built on July 24, 2019, 10:25 a.m.