Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sashahafner/biogas

Tools for biogas research in R: process biogas data and predict biogas production
https://github.com/sashahafner/biogas

Last synced: about 2 months ago
JSON representation

Tools for biogas research in R: process biogas data and predict biogas production

Awesome Lists containing this project

README

        

# Overview
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.

# Links etc.
* Open-access paper describing the package:
* Web application interface to the package (OBA):
* YouTube playlist for OBA (shows some of what the biogas package can do):
* Mailing list: sasha.hafner at bce.au.dk

# Installation
The biogas package is available from CRAN, and so can be installed directly in R with:

```
install.packages("biogas")
```