strawSetup {biogas} | R Documentation |
Setup Details for Batch Reactors
Description
Description of reactor substrates and information on reactor, substrates and, inoculum initial masses for 12 anaerobic reactors with straw for substrate.
Usage
data("setup")
Format
A data frame with 12 observations on the following 6 variables:
bottle
identification code, a unique value for each reactor in the dataset. Integer with all values from 1 to 12.
treatment
treatment of the substrate (ground straw), a factor.
start
starting date and time, when the reactors were set up.
sub.mass
mass of substrate added to the reactor at the start in g, a numeric vector.
inoc.mass
mass of inoculum added to the reactor at the start in g, a numeric vector.
headspace
bottle headspace volume, in mL. A numeric vector.
Details
These data are meant to be example data for summBg
.
Reactors were ca. 600 mL glass serum bottles with butyl rubber septa and screw caps.
Masses were measured with an electronic balance to 10 mg.
Data in strawPressure
, strawMass
, and strawComp
are from the same reactors.
Source
Measurements by Charlotte Rennuit.
Examples
data(setup)