synth: Parallel complementary synthesizing unit.

Description Usage Arguments Value Examples

View source: R/synth.R

Description

Given two substrate input fluxes, synth calculates the production flux of a parallel complementary synthesizing unit. See page 105, Fig. 3.7, of: Kooijman, S. A. L. M. (2010). Dynamic Energy Budget Theory for Metabolic Organisation. Cambridge University Press. 3rd edition.

Usage

1
synth(x, y, m)

Arguments

x, y

The two substrate input fluxes to the synthesizing unit as length-one numerics.

m

The maximum production flux of the synthesizing unit.

Value

The production flux as a length-one numeric.

Examples

1
synth(1, 1, 10)

jrcunning/coRal documentation built on March 24, 2021, 1:28 a.m.