Skip to contents

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

Usage

NS_interaction

Format

A 12 x 12 matrix.

Source

Blanchard et al.

Examples

if (FALSE) {
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)
}