The goal of fluxfinder
is to allow users to
straightforwardly parse data files generated by infrared gas analyzers
used in environmental sciences research; match data and metadata;
compute greenhouse gas fluxes; and generate QA/QC plots and
diagnostics.
We emphasize clear and well-documented code, good documentation, and focused functions that can be easily integrated into conventional or tidyverse-style analytical pipelines.
It is also straightforward to integrate this package’s utilities with the more powerful flux-computation capabilities of the gasfluxes package.
You can install fluxfinder
from CRAN…
install.packages("fluxfinder")
…or the development version of fluxfinder from GitHub with:
# install.packages("remotes")
::install_github("COMPASS-DOE/fluxfinder", build_vignettes = TRUE) remotes
Currently fluxfinder
provides functions to read data
from:
See the introductory vignette! That is the best and most up-to-date resource.
If you use fluxfinder
in your research, please cite it!
See citation("fluxfinder")
.