msyVirgin,FLBRP-method | R Documentation |
Calculates reference points by comparing unfished (virgin) state with Maximum Sustainable Yield (MSY) state using production curves. Extracts metrics for fishing mortality, catch, and exploitable biomass at both states.
## S4 method for signature 'FLBRP'
msyVirgin(object)
object |
An FLBRP object containing stock-recruitment and yield calculations |
The method:
Sets F=0 for virgin state and F=FMSY for MSY state
Calculates key metrics (F, catch, exploitable biomass) at both states
Excludes SSB metrics from final output
A named numeric vector containing:
virgin.f: Fishing mortality in virgin state (≈0)
virgin.catch: Catch in virgin state
virgin.ebiomass: Exploitable biomass in virgin state
msy.f: Fishing mortality at MSY
msy.catch: Catch at MSY
msy.ebiomass: Exploitable biomass at MSY
FLBRP
refpts
metrics
## Not run:
data(ple4)
brp <- FLBRP(ple4)
ref_pts <- msyVirgin(brp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.