The mizerExamples package contains several example calibrations to be run with mizer.
Using mizerExamples is relatively simple: load the parameters and simulate.
The package contains the following calibrations: NorthSea_params, Baltic_params, Benguela_params, NEUSCS_params, and Barents_params.
See the help pages for each calibration for full description.
1 2 3 | param = NorthSea_params
sim = project(param)
plot(sim)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.