s3volw {biogas} | R Documentation |
Biogas Volume from Batch Reactors
Description
Biogas volume measurements from three batch bottles, organized in a “wide” format.
Usage
data("vol")
Format
A data frame with 7 observations on the following 5 variables:
time.d
elapsed time of mass measurements (from bottle setup) in days, a numeric vector.
D
volume of biogas removed at
time
from bottle “D” in mL, a numeric vector.E
volume of biogas removed at
time
from bottle “E” in mL, a numeric vector.F
volume of biogas removed at
time
from bottle “F” in mL, a numeric vector.
Details
These data are meant to be example data for cumBg
.
Reactors were 300 mL glass serum bottles with butyl rubber septa and screw caps.
Volume was measured using syringes.
Data in s3voll
, s3compl
, s3volw
, s3compw
, and s3lcombo
are from the same bottles.
Source
Sasha D. Hafner. Measurements by Johanna Maria Pedersen.
Examples
data(vol)