checkSolution {microPop} | R Documentation |
Checks whether the solution generated by the ODE solver contains negative values
Description
Checks whether the solution generated by the ODE solver contains negative values
Usage
checkSolution(soln, tol = -0.1)
Arguments
soln |
Matrix from ode solver out$solution |
tol |
tolerance |
[Package microPop version 1.6 Index]