mortality {ibm} | R Documentation |
Mortality Process
Description
This functions performs the 'mortality' process over an object, decreasing the number of individuals. It is a generic, S3 methods can be specified for a particular specification of the population.
Usage
mortality(object, rates, ...)
Arguments
object |
The population object, containing the information about individuals. |
rates |
The mortality rate or rates. |
... |
Additional arguments for different methods. |
Details
The rate can be a single value or a value for each individual calculated externally. No recycling is allowed.
[Package ibm version 0.3.0 Index]