growth_par: Function implementing a growth model of a bacterium

Description Usage Arguments Value

Description

The generic function growth_par implements different growth models for an object of class Bac.

Usage

1
2
3
4
growth_par(object, population, j, fbasol, tstep)

## S4 method for signature 'Bac'
growth_par(object, population, j, fbasol, tstep)

Arguments

object

An object of class Bac.

population

An object of class Arena.

j

The index of the organism of interest in orgdat.

fbasol

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

tstep

A number giving the time intervals for each simulation step.

Value

A list


BacArena documentation built on July 2, 2020, 3:16 a.m.