harvest: Harvest calculations for FLBiol

Description Generic function Methods Author(s) See Also Examples

Description

Calculates the fishing mortality (F), based on abundance changes by year and age, and the difference between total mortality (Z) and natural mortality (M), for an object of class FLBiol.

Generic function

harvest(object)

Methods

signature(object=FLBiol) :

Uses the method above to calculate an approximation of harvest rate

Author(s)

The FLR Team

See Also

FLComp, FLBiol

Examples

1
2
3
data(ple4)
flb <- as(ple4, 'FLBiol')
harvest(flb)

FLCore documentation built on May 2, 2019, 5:46 p.m.