View source: R/selectivity_funcs.R
knife_edge | R Documentation |
A knife-edge selectivity function where weights greater or equal to
knife_edge_size
are fully selected and no fish smaller than this size
are selected.
knife_edge(w, knife_edge_size, ...)
w |
Vector of sizes. |
knife_edge_size |
The weight at which the knife-edge operates. |
... |
Unused |
Vector of selectivities at the given sizes.
gear_params()
for setting the knife_edge_size
parameter.
Other selectivity functions:
double_sigmoid_length()
,
sigmoid_length()
,
sigmoid_weight()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.