FishSS | R Documentation |
This function assesses the stock status based on parameters calculated by the FishPar function.
FishSS(data, LM_ratio, Pobj, Pmat, Popt)
data |
A data frame containing the necessary columns for stock status calculation. |
LM_ratio |
A numeric value representing the length at maturity ratio. |
Pobj |
A numeric value representing the percentage objective. |
Pmat |
A numeric value representing the percentage of mature fish. |
Popt |
A numeric value representing the percentage of optimally sized fish. |
A numeric vector containing TSB40 and LSB25.
utils::data("CPdata", package = "aLBI")
FishSS(CPdata, 0.75, 100, 30, 25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.