Calculates the predation mortality rate \(\mu_p(w)\) on the resource spectrum by resource size (in units 1/year).
mizerResourceMort(params, n, n_pp, n_other, pred_rate, ...)
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 (predator species x prey size) with the predation rate, where the prey size runs over fish community plus resource spectrum.
Unused
A vector of mortality rate by resource size.
Used by the project
function for running size based simulations.
Other mizer rate functions:
mizerEGrowth()
,
mizerEReproAndGrowth()
,
mizerERepro()
,
mizerEncounter()
,
mizerFMortGear()
,
mizerFMort()
,
mizerFeedingLevel()
,
mizerMort()
,
mizerPredMort()
,
mizerPredRate()
,
mizerRDI()
,
mizerRates()