spc_2_ec | R Documentation |
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.
spc_2_ec(temp, spc)
temp |
Temperature in degrees celsius of the sample |
spc |
The specific conductance of the sample, in uS/cm |
Returns electrical conductivity in units of uS/cm
Christian Denney
Miner, Gary. "Standard methods for the examination of water and wastewater." American Water Works Association. Journal 98.1 (2006): 130.
##---- 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) { }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.