Description Usage Arguments Value
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.
1 2 | rtMortalityGrid(aGrid, vpMortF, vpMortM, propDD = 0.25,
mMortMultGrid = NULL, mCarryCap = NULL, iCarryCap = NULL)
|
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) |
an array with the age distributions of males & females [y,x,sex,age]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.