assessment {AMPLE} | R Documentation |
assessment
Description
Function used by get_hcr_ip()
to generate input data for an assessment based HCR.
The input to the HCR is depletion (i.e. Biomass / K).
Usage
assessment(stock, mp_params, yr, iters = 1:dim(stock$biomass)[1])
Arguments
stock |
The stock object |
mp_params |
A named list of MP parameters (with est_sigma and est_bias elements) |
yr |
The timestep that the biomass is taken from. |
iters |
Numeric vector of iters. Default is all of them. |
[Package AMPLE version 1.0.2 Index]