This data set is based on species in the North Sea (Blanchard et al.).
It is a data.frame that contains all the necessary information to be used by the
MizerParams()
constructor.
As there is no gear column, each species is assumed to be fished by a
separate gear.
NS_species_params
A data frame with 12 rows and 7 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 reproduction rate
The von Bertalanffy k parameter
Blanchard et al.
if (FALSE) {
params <- MizerParams(NS_species_params)
sim = project(params)
plot(sim)
}