get_hcr_op: Evaluates the harvest control rule.

View source: R/hcr_funcs.R

get_hcr_opR Documentation

Evaluates the harvest control rule.

Description

Evaluates the harvest control rule in a single year (timestep).

Usage

get_hcr_op(stock, mp_params, yr, iters = 1:dim(stock$biomass)[1])

Arguments

stock

The stock object

mp_params

The HCR / management procedure parameters used to evaluate the HCR (as a list).

yr

The timestep.

iters

A numeric vector of iters.

Value

A vector of outputs from the HCR.


AMPLE documentation built on Sept. 29, 2023, 9:07 a.m.