production: Returns the computed yearly production

productionR Documentation

Returns the computed yearly production

Description

Returns the computed yearly production

Usage

production(object, ...)

## S4 method for signature 'FLStock'
production(object, what = "ssb", ...)

Arguments

object

An object with biomass and catch data.

what

One of the production options: "ssb", "biomass", or "exploitation".

Details

Production can be calculated for an FLStock based on the spawning stock biomass ("ssb"), total biomass ("biomass"), or exploitation ("exploitation").

Value

The production by year, of class FLQuant.

Author(s)

Laurie Kell (Sea++), Iago Mosqueira (WMR)

Examples

data(ple4)
# For SSB
production(ple4, "ssb")
# For total biomass
production(ple4, "biomass")

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