Learn R Programming

stagePop (version 1.1-2)

defaultRateFunctions: defaultRateFunctions

Description

These default implementations will simply generate errors when run. To create implementations, please see the documentation linked to below.

Usage

defaultRateFunctions

Arguments

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

RateFunctions