spc_to_ec: Function to convert specific conductance to electrical...

View source: R/utils.R

spc_2_ecR Documentation

Function to convert specific conductance to electrical conductivity.

Description

Specific conductance is a standardized measure as if conductivity had been taken at a water temperature of 25C. This function returns the actual conductivity value as meaured at the environtmental temperature. Formula taken from Standard Methods for the examination of water and wastewater.

Usage

spc_2_ec(temp, spc)

Arguments

temp

Temperature in degrees celsius of the sample

spc

The specific conductance of the sample, in uS/cm

Value

Returns electrical conductivity in units of uS/cm

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.