Cs: Saturation Concentration at temp

Description Usage Arguments Details Value Author(s) References Examples

Description

Calculates the concentration(mg/L) @ 100

Usage

1
Cs(x)

Arguments

x

Temperature in Degrees Celcius

Details

enter one temperature or a zoo time series of temperature

Value

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

Author(s)

Stephen A Sefick Jr.

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.

Examples

1
2
3
4
5
6
7
8
9
#single temperature
temp <- sample(20:30, 1)
Cs(temp)

#USGS Data (DOTemp)
library(chron)
library(zoo)
data(DOTemp)
Cs(DOTemp[,1])

ssefick/StreamMetabolism documentation built on May 30, 2019, 8:43 a.m.