calc_selectivity | R Documentation |
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)
params |
A MizerParams object |
An array (gear x species x size) with the selectivity values
params <- NS_params
str(calc_selectivity(params))
calc_selectivity(params)["Pelagic", "Herring", ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.