ec_to_spc | R Documentation |
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)
ec_to_spc(temp, ec)
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) |
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.