Skip to contents

For each species, returns the rate at which food is not assimilated. This is calculated as $$U_i = (1 - \alpha_i) Q_i$$ where \(\alpha_i\) is the assimilation efficiency of species \(i\) and \(Q_i\) is the consumption rate of species \(i\) (calculated with getConsumption).

Usage

getUnassimilated(params)

Arguments

params

A MizerParams object

Value

A named vector of unassimilated food for each species

Examples

getUnassimilated(NS_params)
#>        Sprat      Sandeel       N.pout      Herring          Dab      Whiting 
#> 9.580140e+11 1.459545e+13 2.832833e+12 4.019364e+12 3.121075e+10 5.352263e+11 
#>         Sole      Gurnard       Plaice      Haddock          Cod       Saithe 
#> 2.319484e+11 2.189091e+11 3.801712e+12 1.520585e+12 8.124057e+11 9.869913e+11