therMizer | R Documentation |
The mizer package implements multi-species size-based modelling in R. It has been designed for modelling marine ecosystems.
therMizer expands on the mizer package.
Using therMizer is relatively simple. There are three main stages:
Setting the model parameters. This is done by creating an object of
class therMizerParams
. This includes model parameters such as the life
history parameters of each species, and the range of the size spectrum.
Running a simulation. This is done by calling the project_therMizer()
method on the model parameters. This produces an object of therMizerSim
which contains the results of the simulation.
Exploring results. After a simulation has been run, the results can be explored using a range of plots and summaries.
See the accompanying vignette for full details of the principles behind mizer and how the package can be used to peform size-based modelling.
See Woodworth-Jefcoats et al. in prep for details on therMizer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.