dC.dt {StreamMetabolism} | R Documentation |
Calculate the rate of change of Dissolved Oxygen
dC.dt(x)
x |
Dissolved Oxygen time series |
input zoo series takes the difference of DOt+1 - DOt
zoo series of Dissolved Oxygen Differences with an NA for the first value as there is no value before that to subtract
Stephen A Sefick Jr.
Odum, H. T. (1956). "Primary production in flowing waters." Limnology and Oceanography, 1: 102-117.
data(DOTemp) Diffconc <- dC.dt(DOTemp[,2]) plot(Diffconc)