dC.dt: Change in Oxygen per time step

Description Usage Arguments Details Value Author(s) References Examples

Description

Calculate the rate of change of Dissolved Oxygen

Usage

1
dC.dt(x)

Arguments

x

Dissolved Oxygen time series

Details

input zoo series takes the difference of DOt+1 - DOt

Value

zoo series of Dissolved Oxygen Differences with an NA for the first value as there is no value before that to subtract

Author(s)

Stephen A Sefick Jr.

References

Odum, H. T. (1956). "Primary production in flowing waters." Limnology and Oceanography, 1: 102-117.

Examples

1
2
3
data(DOTemp)
Diffconc <- dC.dt(DOTemp[,2])
plot(Diffconc)

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