Description Usage Arguments Value
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.
1 | UR_dynamics(params, n, n_pp, n_other, rates, t, dt, ...)
|
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 |
t |
Current time |
dt |
Time step size |
... |
Unused |
A named list with the biomasses of all unstructured resources at the next time step.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.