R/data.R
NS_species_params_gears.Rd
This data set is based on species in the North Sea (Blanchard et al.).
It is similar to the data set NS_species_params
except that
this one has an additional column specifying the fishing gear that
operates on each species.
A data frame with 12 rows and 8 columns. Each row is a species.
Name of the species
The von Bertalanffy W_infinity parameter
Size at maturity
Size preference ratio
Width of the size-preference
Maximum recruitment
The von Bertalanffy k parameter
Name of the fishing gear
Blanchard et al.
if (FALSE) { params <- MizerParams(NS_species_params_gears) sim = project(params, effort = c(Industrial = 0, Pelagic = 1, Beam = 0.5, Otter = 0.5)) plot(sim) }