harvest {FLCore}R Documentation

Harvest calculations for FLBiol

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-class

Examples

flb<-as(ple4, 'FLBiol')
harvest(flb)

[Package FLCore version 2.2 Index]