powered by
This function assesses stock status and classifies fish selectivity based on the provided parameters.
FishSS(data, LM_ratio, Pmat, Popt, Pmega)
A list containing the selected columns, the target value, the closest value index, the calculated stock status, and the fish classification.
A data frame containing the necessary columns for stock status calculation from Cope & Punt (2009)
A numeric value representing the length at maturity ratio.
A numeric value representing the percentage of mature fish.
A numeric value representing the percentage of optimally sized fish.
A numeric value representing the percentage megaspawner.
utils::data("CPdata", package = "aLBI") FishSS(CPdata, 0.75, 100, 30, 25)
Run the code above in your browser using DataLab