
Last chance! 50% off unlimited learning
Sale ends in
This function calculates the selectivity for each gear, species and size from
the gear parameters. It is called by setFishing()
when the selectivity
is
not set by the user.
calc_selectivity(params)
An array (gear x species x size) with the selectivity values
A MizerParams object
params <- NS_params
str(calc_selectivity(params))
calc_selectivity(params)["Pelagic", "Herring", ]
Run the code above in your browser using DataLab