Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

growLin

Function for letting organisms grow linearly


Description

The generic function growLin implements a growth model of organisms in their environment.

Usage

growLin(object, biomass, fbasol, tstep)

## S4 method for signature 'Organism'
growLin(object, biomass, fbasol, tstep)

Arguments

object

An object of class Organisms.

biomass

A number indicating the current biomass, which has to be updated.

fbasol

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

tstep

A number giving the time intervals for each simulation step.

Details

Linear growth of organisms is implemented by adding the calculated growthrate by optimizeLP to the already present growth value.

Value

Returns the updated biomass of the organisms of interest.

See Also


BacArena

Modeling Framework for Cellular Communities in their Environments

v1.8.2
GPL-3 | file LICENSE
Authors
Eugen Bauer [aut], Johannes Zimmermann [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.