.checkMicrobialGrowthCreateArgs | R Documentation |
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.
.checkMicrobialGrowthCreateArgs(N0, Nmax, mu, lambda, xlim, n)
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 |
raise an error if something is wrong.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.