calculate_do {aelab} | R Documentation |
Calculate the Net Ecosystem Production, Gross Primary Production and Ecosystem respiration based on the change in dissolved oxygen concentration.
calculate_do(df)
df |
Merged dataframe produced by process_hobo(), process_weather() and process_info() functions. |
A dataframe.
data(hobo)
calculate_do(hobo)