| plot.BGF | R Documentation |
Default plot method for a BGF.
## S3 method for class 'BGF'
plot(
x,
xlab = "Time",
ylab = "Volume [Nml]",
main = paste0("Raw exhaust gas volume plot of ", x$ExpParam$name),
...
)
x |
An object of class BGF |
xlab, ylab, main |
|
... |
arguments to be passed to methods, such as
graphical parameters (see
|
Creates a raw exhaust gas volume plot of the fermentations stored in a BGF object.
A plot of exhaust gas volumes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.