Function for letting organisms grow linearly
The generic function growLin
implements a growth model of organisms in their environment.
growLin(object, biomass, fbasol, tstep) ## S4 method for signature 'Organism' growLin(object, biomass, fbasol, tstep)
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 |
tstep |
A number giving the time intervals for each simulation step. |
Linear growth of organisms is implemented by adding the calculated growthrate by optimizeLP
to the already present growth value.
Returns the updated biomass of the organisms of interest.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.