ebiomass: Calculate Exploitable Biomass

View source: R/prototypes/OMstats-pe.R

ebiomassR Documentation

Calculate Exploitable Biomass

Description

Calculates the exploitable biomass from an FLStock object using selectivity-weighted catch weights and stock numbers.

Usage

ebiomass(object)

## S4 method for signature 'FLStock'
ebiomass(object)

Arguments

object

An object of class FLStock

Details

Exploitable biomass is based on weighting catch weights by selectivity normalised by peak selectivity, then multiplying by stock numbers and summing across ages

Value

An FLQuant object containing the exploitable biomass time series

Examples

## Not run: 
data(ple4)
eb <- ebiomass(ple4)

## End(Not run)


laurieKell/FLCandy documentation built on April 17, 2025, 5:23 p.m.