This is the rate in grams/year at which the rest of the system produces carrion biomass. The production comes from three sources:
Arguments
- params
MizerParams
- n
A matrix of current species abundances (species x size)
- rates
A list of rates as returned by
getRates()
Value
A vector with named entries "external", "gear_mort" and "discards", each given the rate at which carrion biomass is produced by these sources in grams per year.
Details
animals that have died by natural causes other than predation ("ext_mort"),
animals killed by the fishing gear ("gear_mort"),
discards from fishing ("discards").
The function returns a vector with the individual contributions. These
can be summed with sum()
to get the total production rate.