dot-checkMicrobialGrowthCreateArgs: Check MicrobialGrowth arguments (create function)

.checkMicrobialGrowthCreateArgsR 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 x and y (and hence plotting, etc.)

n

number of points to simulate in the interval xlim.

Value

raise an error if something is wrong.


MicrobialGrowth documentation built on April 12, 2025, 1:34 a.m.