Learn R Programming

mizer (version 2.3.0)

NS_interaction: Example interaction matrix for the North Sea example

Description

The interaction coefficient between predator and prey species in the North Sea.

Usage

NS_interaction

Arguments

Format

A 12 x 12 matrix.

Examples

Run this code
# NOT RUN {
params <- MizerParams(NS_species_params_gears,
                      interaction = NS_inter)
sim = project(params, effort = c(Industrial = 0, Pelagic = 1, 
                                 Beam = 0.5, Otter = 0.5))
plot(sim)
# }

Run the code above in your browser using DataLab