A knife-edge selectivity function where individuals with a length greater or
equal to knife_edge_length are fully selected and no fish shorter than this
length are selected.
Details
You would not usually call this function directly. Instead, set the sel_func
column in gear_params() to "knife_edge_length" and provide
knife_edge_length as an additional column. setFishing() will then call
this function automatically when calculating the selectivity array.
As the mizer model is weight based, and this selectivity function is length
based, it uses the length-weight parameters a and b to convert the
cut-off length to a weight:
$$w_{\text{cut}} = a \cdot l_{\text{cut}}^b$$
See also
gear_params() for setting the knife_edge_length parameter.
Other selectivity functions:
double_sigmoid_length(),
knife_edge(),
sigmoid_length(),
sigmoid_weight()
