extraGrowthLimFuncDefault {microPop} | R Documentation |
Extra Growth Limitation Function
Description
Return the value of extraGrowthLim (number between 0 and 1)
Usage
extraGrowthLimFuncDefault(
strainName,
groupName,
pathName,
stateVarValues,
stateVarNames,
time,
parms
)
Arguments
strainName |
Name of strain |
groupName |
Name of group |
pathName |
metabolic path name e.g. 'path1' |
stateVarValues |
values of all state variables at the current time step |
stateVarNames |
names of all state variables |
time |
time,t, in ODE solver |
parms |
list of all parameters |
Value
(scalar) limitation on growth (between 0 and 1)
[Package microPop version 1.6 Index]