calculate_do {aelab}R Documentation

calculate_do

Description

Calculate the Net Ecosystem Production, Gross Primary Production and Ecosystem respiration based on the change in dissolved oxygen concentration.

Usage

calculate_do(df)

Arguments

df

Merged dataframe produced by process_hobo(), process_weather() and process_info() functions.

Value

A dataframe.

Examples

data(hobo)
calculate_do(hobo)

[Package aelab version 0.4.0 Index]