Calculates the total mortality rate \(\mu_i(w)\) (in units 1/year) on each species by size from predation mortality, background mortality and fishing mortality.
mizerMort(params, n, n_pp, n_other, f_mort, pred_mort, ...)
A matrix of species abundances (species x size).
A vector of the resource abundance by size
A list of abundances for other dynamical components of the ecosystem
A two dimensional array (species x size) with the fishing mortality
A two dimensional array (species x size) with the predation mortality
Unused
A two dimensional array (species x size) with the total mortality rates.
Other mizer rate functions:
mizerEGrowth()
,
mizerEReproAndGrowth()
,
mizerERepro()
,
mizerEncounter()
,
mizerFMortGear()
,
mizerFMort()
,
mizerFeedingLevel()
,
mizerPredMort()
,
mizerPredRate()
,
mizerRDI()
,
mizerRates()
,
mizerResourceMort()