catch.n-FLQuant-method: catch.n calculation method

catch.n,FLQuant-methodR Documentation

catch.n calculation method

Description

Calculate catch.n (catch-at-age/length) from abundances, F and M using the catch equation

Usage

## S4 method for signature 'FLQuant'
catch.n(object, harvest, m)

Details

The catch-at-age/length, commonly found in the catch.n slot of an FLStock object, can be simply calculated from abundances-at-age/length, and natural and fishing mortalities-at-age/length by applying the catch equation

C = N \cdot F \frac{F}{M+F} \cdot (1 - {\rm e}^(-M-F))

Author(s)

The FLR Team

See Also

FLStock

Examples

data(ple4)
res <- catch.n(stock.n(ple4), harvest(ple4), m(ple4))
catch.n(ple4) / res

flr/FLCore documentation built on May 4, 2024, midnight