The biogas package is an R package for biogas research. It provides tools for processing biogas data, predicting biogas production, making conversions, and planning experiments. For example, the calcBgVol() function can be used for calculating biochemical methane potential from original measurements. See the vignettes and the links given below for more information.
- Open-access paper describing the package: https://doi.org/10.1016/j.softx.2018.06.005
- Web application interface to the package (OBA): https://biotransformers.shinyapps.io/oba1/
- YouTube playlist for OBA (shows some of what the biogas package can do): https://www.youtube.com/playlist?list=PLt5lRUaaL8JMKDyuRIrKkuloRQk6YmYhn
- Mailing list: sasha.hafner at bce.au.dk
The biogas package is available from CRAN, and so can be installed directly in R with:
install.packages("biogas")