rtMortality: tsetse mortality

Description Usage Arguments Value

Description

rtMortality returns a list of the age distributions of males & females.
It accepts age and sex specific mortality probabilities.
!It should check that the length of the age structure and pMort vectors are the same
It uses the length of the age structure vectors passed to it.
There could be an option to do F only if only F are passed.

Usage

1
2
rtMortality(vFem, vMal, vpMortF, vpMortM, propDD = 0.25,
  returnArray = FALSE, iCarryCap = NA)

Arguments

vFem

a vector of the age distribution of Females

vMal

a vector of the age distribution of Males

vpMortF

a vector of age-specific mortality probabilities of Females

vpMortM

a vector of age-specific mortality probabilities of Males

propDD

proportion of mortality that is density dependent

returnArray

= FALSE, to allow testing new way of returning result as an array

iCarryCap

Carrying Capacity as an integer

Value

a list containing vFem & vMal


AndySouth/rtsetse documentation built on May 5, 2019, 6:02 a.m.