kobe: Extracts Kobe Indicators (SSB/BMSY and F/FMSY)

kobe,FLStock,missing-methodR Documentation

Extracts Kobe Indicators (SSB/BMSY and F/FMSY)

Description

Calculates SSB and fishing mortality ratios (SSB/BMSY and F/FMSY) for Kobe plot from an FLStock object.

Usage

## S4 method for signature 'FLStock,missing'
kobe(path, method)

Arguments

path

An object of class FLStock containing stock assessment results

method

Not used, included for method consistency

Details

The method requires that the FLStock object has:

  • eqsim attribute containing BMSY reference point

  • benchmark attribute containing FMSY reference point

Value

An FLQuants object containing:

  • stock: Time series of SSB/BMSY ratios

  • harvest: Time series of F/FMSY ratios

See Also

FLStock, FLQuants

Examples

## Not run: 
data(ple4)
kobe_indicators <- kobe(ple4)

## End(Not run)


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