Description
Calculation of Greenhouse Gas Flux.
Description
Facilitate the analysis of data related to ecology, specifically the establishment of carbon budget. Currently, the package allows the below analysis. (i) the calculation of greenhouse gas flux based on data obtained from trace gas analyzer using the method described in Lin et al. (2024). (ii) the calculation of Dissolved Oxygen (DO) metabolism based on data obtained from dissolved oxygen data logger using the method described in Staehr et al. (2010). Lin et al. (2024) <doi:10.1016/j.scitotenv.2024.170768>. Staehr et al. (2024) <doi:10.4319/lom.2010.8.0628>.
README.md
Overview
This is an R package built for aquatic ecology data analysis. Currently, the package is capable of: (1) obtaining parameters for GHG flux calculation through the data obtained from LI-COR Trace Gas Analyzer and ABB LGR-ICOS Gas Analyzer; (2) Calculate NEM, GPP and ER through obtained from Onset's HOBO U26-001 data logger.
Installation
Install the development version from Github.
install.packges("devtools")
install_github("Zhao-Jun-Yong/aelab")