kobe,FLStock,missing-method | R Documentation |
Calculates SSB and fishing mortality ratios (SSB/BMSY and F/FMSY) for Kobe plot from an FLStock object.
## S4 method for signature 'FLStock,missing'
kobe(path, method)
path |
An object of class FLStock containing stock assessment results |
method |
Not used, included for method consistency |
The method requires that the FLStock object has:
eqsim attribute containing BMSY reference point
benchmark attribute containing FMSY reference point
An FLQuants object containing:
stock: Time series of SSB/BMSY ratios
harvest: Time series of F/FMSY ratios
FLStock
, FLQuants
## Not run:
data(ple4)
kobe_indicators <- kobe(ple4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.