.checkMicrobialGrowthCreateArgs {MicrobialGrowth} | R Documentation |
Check MicrobialGrowth arguments (create function)
Description
Check the arguments passed to the create function.
Tests are generic for all models. For example, the type and value xlim
,
the values of N0, Nmax, etc. are tested.
Usage
.checkMicrobialGrowthCreateArgs(N0, Nmax, mu, lambda, xlim, n)
Arguments
N0 |
initial population. |
Nmax |
final/maximum population. |
mu |
growth rate. |
lambda |
latency time. |
xlim |
range of values to simulate |
n |
number of points to simulate in the interval |
Value
raise an error if something is wrong.
[Package MicrobialGrowth version 1.0.0 Index]