Learn R Programming

mizer (version 2.5.3)

NS_params: Example MizerParams object for the North Sea example

Description

A MizerParams object created from the NS_species_params_gears species parameters and the inter interaction matrix together with an initial condition corresponding to the steady state obtained from fishing with an effort effort = c(Industrial = 0, Pelagic = 1, Beam = 0.5, Otter = 0.5).

Usage

NS_params

Arguments

Format

A MizerParams object

See Also

Other example parameter objects: NS_sim

Examples

Run this code
# \donttest{
sim = project(NS_params, effort = c(Industrial = 0, Pelagic = 1, 
                                    Beam = 0.5, Otter = 0.5))
plot(sim)
# }

Run the code above in your browser using DataLab