rtMortalityGrid: tsetse mortality on a grid **in development**

Description Usage Arguments Value

Description

rtMortalityGrid returns an array with the age distributions of males & females [y,x,sex,age]
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
rtMortalityGrid(aGrid, vpMortF, vpMortM, propDD = 0.25,
  mMortMultGrid = NULL, mCarryCap = NULL, iCarryCap = NULL)

Arguments

aGrid

an array with the age distributions of males & females [y,x,sex,age]

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

mMortMultGrid

an optional grid of mortality multipliers (derived from vegetation)

mCarryCap

a matrix of Carrying Capacities for each cell as an integer (an alternative to iCarryCap)

iCarryCap

a single integer Carrying Capacities for all cells as an integer (an alternative to mCarryCap)

Value

an array with the age distributions of males & females [y,x,sex,age]


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