Mizer includes a number of calibrated multi-species systems:

The models are available as MizerParams objects. Running, and plotting is as simple as:

library(mizerExamples)
sim <- project(Barents_params)
plot(sim)

The models are calibrated to specific efforts for each of a number of fishing gear. For example, the Barents Sea model has three gears: small, medium, and large, and is callibrated with the efforts:

getInitialEffort(Barents_params)

To see which species are caught by these gears, we look at the gear parameters data frame:

gear_params(Barents_params)

Simulating with a different effort is done by:

  sim <- project(Barents_params, effort = c(small = 0.5, medium = 0.2, large = 0.5))
plot(sim)

The calibrated efforts are described in the help pages for each calibrated model.



sizespectrum/mizerExamples documentation built on Aug. 29, 2021, 6:18 p.m.