Learn R Programming

BacArena (version 1.8.2)

fluxVarSim: Function to compute flux variability analysis on an simulation object to get min/max of substance usage

Description

The generic function fluxVarSim returns a list with the minimum and maximum substance usage of all individuals for each simulation step.

Usage

fluxVarSim(object, rnd)

# S4 method for Eval fluxVarSim(object, rnd)

Arguments

object

An object of class Eval.

rnd

An integer giving the decimal place to which min/max flux should be rounded.

Details

Returns a list with the minimum and maximum substance usage for each time point.

See Also

Eval-class and simEnv