Calls all the other rate functions in sequence and collects the results in a list.

getRates(
  params,
  n = params@initial_n,
  n_pp = params@initial_n_pp,
  n_other = params@initial_n_other,
  t = 0,
  effort = params@initial_effort,
  sex_ratio = 0.5
)

Arguments

params

A MizerParams object

n

A matrix of species abundances (species x size).

n_pp

A vector of the plankton abundance by size

n_other

A list of abundances for other dynamical components of the ecosystem

t

The current time

effort

The effort for each fishing gear.

sex_ratio

Proportion of the population that is female. Default value is 0.5.

Value

A list with the following components:

See also