derivDede {stagePop}R Documentation

derivDede

Description

Internal-use function which allows use of the DeSolve ODE solver. Called by popModel

Usage

derivDede(t, y, parms)

Arguments

t

Time step

y

state variables

parms

Additional parameters passed in from the original invoker of the solver

Value

the new model state.

See Also

derivPBS


[Package stagePop version 1.1-2 Index]