ec_to_spc: Function to convert electrical conductivity to specific...

View source: R/utils.R

ec_to_spcR Documentation

Function to convert electrical conductivity to specific conductance

Description

Electrical conductivity is the measured conductivity of a sample. Specific conductance is a standardized measure representing what that conductivity *would have been* had it been taken at 25C. The function is described in Standard methods for examination of water and wastewater in section 2510 B under number 5 (19th edition)

Usage

ec_to_spc(temp, ec)

Arguments

temp

temperature at which the sample was taken, degrees Celsius

ec

conductivity of the sample, should be in units of uS/cm (micro Siemens per centimeter)

Author(s)

Christian Denney

References

Miner, Gary. "Standard methods for the examination of water and wastewater." American Water Works Association. Journal 98.1 (2006): 130.

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

ctdenney/OGFLtools documentation built on Feb. 8, 2023, 5:47 p.m.