flux: Flux calculation for a variable from a chemdata object.

Description Usage Arguments Details Value See Also Examples

View source: R/flux.R

Description

With the carbochemostat, fluxes are calculated from the weight balance from inputs and outputs, modulated by the concentration of the solute (i.e., the variable).

Usage

1

Arguments

var

A character vector with the name of the variable(s) to use for the calculations.

data

A chemdata object, which default to chemostat.

Details

TODO: put here the equations for the calculations of the flux...

Value

A data.frame with time and flux for the variable(s)

See Also

conc, http://econum.umons.ac.be

Other calculation.functions: conc

Examples

1
2
3
4
5
6
7
## Not run: 
flux("NH3", data = chem01)

## End(Not run)

#load("~/Desktop/JT09/chemostat_JT09.Rdata)
# flux("PO4__ui", chemostat_JT09)

EcoNum/EN-test documentation built on May 5, 2020, 4:34 p.m.