Skip to contents

The critical feeding level is the feeding level at which the food intake is just high enough to cover the metabolic costs, with nothing left over for growth or reproduction.

Usage

getCriticalFeedingLevel(params)

Arguments

params

A MizerParams object

Value

An ArraySpeciesBySize object (species x size) with the critical feeding level

Examples

# \donttest{
str(getFeedingLevel(NS_params))
#>  'ArraySpeciesBySize' num [1:12, 1:100] 0.622 0.622 0.605 0.621 0.616 ...
#>  - attr(*, "dimnames")=List of 2
#>   ..$ sp: chr [1:12] "Sprat" "Sandeel" "N.pout" "Herring" ...
#>   ..$ w : chr [1:100] "0.001" "0.00119" "0.00142" "0.0017" ...
#>  - attr(*, "value_name")= chr "Feeding level"
#>  - attr(*, "params")=Formal class 'MizerParams' [package "mizer"] with 46 slots
# }