checkSolution {stagePop}R Documentation

checkSolution

Description

Check whether any of the state variables are significantly negative and emit suitable warnings.

Usage

checkSolution(output, numSpecies, numStages, numStrains, ntol)

Arguments

output

Model output from popModel

numSpecies

Number of species

numStages

Number of life stages

numStrains

Number of strains for each species

ntol

Negative tolerance value (i.e. a warning is produced if variable<-(ntol*max(variable))). The larger ntol is, the larger the negative values that are tolerated.

Value

Nothing if there are no problems with the output, otherwise warnings are generated

See Also

popModel


[Package stagePop version 1.1-2 Index]