defaultRateFunctions {stagePop} | R Documentation |
defaultRateFunctions
Description
These default implementations will simply generate errors when run. To create implementations, please see the documentation linked to below.
Usage
defaultRateFunctions
Format
An object of class list
of length 6.
Details
The list should contain the following names, each mapped to a function of the correct signature.
-
reproFunc
-
deathFunc
-
durationFunc
-
immigrationFunc
-
develFunc
. Note that by defaul develFunc is NULL as it is not required for all simulation types
See Also
[Package stagePop version 1.1-2 Index]