Learn R Programming

BacArena (version 1.8.2)

consume: Function to account for the consumption and production of substances

Description

The generic function consume implements the consumption and production of substances based on the flux of exchange reactions of organisms

Usage

consume(object, sublb, cutoff = 1e-06, bacnum, fbasol)

# S4 method for Organism consume(object, sublb, cutoff = 1e-06, bacnum, fbasol)

Arguments

object

An object of class Organisms.

sublb

A vector containing the substance concentrations in the current position of the individual of interest.

cutoff

A number giving the cutoff value by which value of objective function is considered greater than 0.

bacnum

Integer indicating the number of bacteria individuals per gridcell

fbasol

Problem object according to the constraints and then solved with optimizeProb.

Value

Returns the updated vector containing the substance concentrations in the current position of the individual of interest.

Details

The consumption is implemented by adding the flux of the exchange reactions to the current substance concentrations.

See Also

Organism-class

Examples

Run this code
# NOT RUN {
NULL
# }

Run the code above in your browser using DataLab