This is an R package designed for analyzing aquatic ecology data. Currently, the package can: (1) facilitate the calculation of (i) greenhouse gas (GHG) flux in various ecosystems and (ii) net ecosystem production (NEP) in aquatic ecosystems.
The installation of the aelab
package can be done
from:
GitHub, using install_github("Zhao-Jun-Yong/aelab")
.
Note that devtools need to be installed through
install.packages("devtools")
.
CRAN, using install.packages("aelab")
.
You can learn more about the features in
vignette("aelab")
.