setup {biogas} | R Documentation |
Setup Details for Batch Reactors
Description
Description of reactor substrates and information on reactor, substrates and, inoculum initial masses for twelve anaerobic reactors.
Usage
data("setup")
Format
A data frame with 12 observations on the following 11 variables:
id
identification code, a unique value for each reactor in the dataset. A factor with levels
2_1
,2_2
,2_3
,2_4
,2_5
,2_6
,2_7
,2_8
,2_9
,2_10
,2_11
, and2_12
descrip
description of substrate, a factor with levels
A
B
inoc
.msub
mass of substrate added to the reactor at the start in g, a numeric vector.
minoc
mass of inoculum added to the reactor at the start in g, a numeric vector.
mvs.sub
mass of volatile solids (VS) of substrate added to the reactor at the start in g, a numeric vector.
mvs.inoc
mass of volatile solids (VS) of inoculum added to the reactor at the start in g, a numeric vector.
mcod.sub
mass of chemical oxygen demand (COD) of substrate added to the reactor at the start in g oxygen, a numeric vector.
mcod.inoc
mass of chemical oxygen demand (COD) of inoculum added to the reactor at the start in g oxygen, a numeric vector.
m.tot
total mass added to the reactor at the start in g, a numeric vector.
mvs.tot
total mass of VS in the reactor at the start in g, a numeric vector.
mcod.tot
total mass of COD in the reactor at the start in g oxygen, a numeric vector.
Details
These data are meant to be example data for summBg
.
Reactors were 500 mL glass serum bottles with butyl rubber septa and screw caps.
Data in vol
, mass
, massw
, comp
, and setup
are from the same reactors.
Source
Measurements made by Charlotte Rennuit and Ali Heidarzadeh Vazifehkhoran
Examples
data(setup)