Function implementing a growth model of a bacterium
The generic function growth_par
implements different growth models for an object of class Bac.
growth_par(object, population, j, fbasol, tstep) ## S4 method for signature 'Bac' growth_par(object, population, j, fbasol, tstep)
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 |
tstep |
A number giving the time intervals for each simulation step. |
A list
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.