Skip to contents

For each species, returns the ecotrophic efficiency, the proportion of production that is not lost to mortality external to the model: $$EE_i = 1-\frac{M0B_i}{P_i}$$ where \(M0B_i\) is the rate of biomass loss due to external mortality and \(P_i\) is the rate of production.

Usage

getEcotrophicEfficiency(params)

Arguments

params

A MizerParams object

Value

A named vector of ecotrophic efficiency for each species

Examples

getEcotrophicEfficiency(NS_params)
#>     Sprat   Sandeel    N.pout   Herring       Dab   Whiting      Sole   Gurnard 
#> 0.8273688 0.5742595 0.9620486 0.9392857 0.9355602 0.9632076 0.9171570 0.9688255 
#>    Plaice   Haddock       Cod    Saithe 
#> 0.9773462 0.9805519 0.9702925 0.9810324