Description Usage Arguments Details Value Author(s) Examples
Calculates the sum of products correction for quantities such a catch, discards,
landings. For example in an object of class FLStock
there are
slots catch.n, catch.wt and catch. catch should equal
the products of catch.n*catch.wt summed over ages. This function returns the ratio
(i.e. the correction) of catch.n*catch.wt : catch, which can
then be used to correct either catch.n or catch.wt.
1 |
stock |
An FLStock object |
slot |
Name of the slot group, i.e. "catch", "landings" or "discards" for an FLStock object. |
Can be used for any class or slot where there are the three FLQuant slots foo, foo.n and foo.wt, representing totals added over all quants (ages), numbers by quant, and weight by quant.
Returns the ratio as an FLQuant
FLR Team
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.