ind | R Documentation |
Computes a suite of biological reference indicators for stock assessment using FLR objects.
ind(x, y, ...)
## S4 method for signature 'FLStock,missing'
ind(x)
x |
An FLStock object containing stock data |
y |
An optional FLBRP object containing reference points (default missing) |
A data.frame of biological indicators including:
SSB/SSBmsy
F/Fmsy
Spawning potential ratio (SPR)
Maturity/age structure metrics
## Not run:
data(ple4)
brp <- FLBRP(ple4)
ind(ple4) # Without reference points
ind(ple4, brp) # With reference points
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.