UR_dynamics: Calculate the biomasses of unstructured resources at next...

Description Usage Arguments Value

View source: R/UR_dynamics.R

Description

This function is called in the project() loop at each time step to advance the biomasses of all unstructured resources by one time step. As a user you do not need to deal with this function directly.

Usage

1
UR_dynamics(params, n, n_pp, n_other, rates, t, dt, ...)

Arguments

params

A MizerParams object

n

A matrix of current species abundances (species x size)

n_pp

A vector of current plankton abundance by size

n_other

List of abundances of other dynamic components

rates

A list of rates as returned by getRates()

t

Current time

dt

Time step size

...

Unused

Value

A named list with the biomasses of all unstructured resources at the next time step.


gustavdelius/mizerUR documentation built on June 24, 2020, 6:28 p.m.