Cs function

Saturation Concentration at temp

Saturation Concentration at temp

Calculates the concentration(mg/L) @ 100

Cs(x)

Arguments

  • x: Temperature in Degrees Celcius

Details

enter one temperature or a zoo time series of temperature

Returns

single value or time series of mg/L@saturation for that temperature

References

APHA (2005). Standard Methods for the Examination of Water and Wastewater. 21st Edition. Eds: Eaton, A.D., L.S. Clesceri, E.W. Rice and A. E. Greenberg. Washington D.C., published jointly by the American Public Health Association, the American Water Works Association and the Water Environment Federation.

Author(s)

Stephen A Sefick Jr.

Examples

#single temperature temp <- sample(20:30, 1) Cs(temp) #USGS Data (DOTemp) library(chron) library(zoo) data(DOTemp) Cs(DOTemp[,1])

Downloads (last 30 days):