FishSS {aLBI}R Documentation

Assess Stock Status Based on Calculated Parameters

Description

This function assesses the stock status based on parameters calculated by the FishPar function.

Usage

FishSS(data, LM_ratio, Pobj, Pmat, Popt)

Arguments

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.

Value

A numeric vector containing TSB40 and LSB25.

Examples

utils::data("CPdata", package = "aLBI")
FishSS(CPdata, 0.75, 100, 30, 25)

[Package aLBI version 0.1.5 Index]