CalcMPDynamics_MF | R Documentation |
An internal function to calculate the population dynamics for the next time
step based on the recent MP recommendation. First uses .CalcMPDynamics_SelRetDisc
to update selectivity, retention, and discarding parameters for
individual fleets, then calculates F from effort or catch recommendations simultaneously across all fleets.
CalcMPDynamics_MF(
MPRecs_f,
y,
nyears,
proyears,
nsim,
LastTAE,
histTAE,
LastSpatial,
LastAllocat,
LastTAC,
TACused,
maxF,
Effort_pot,
StockPars,
FleetPars_f,
ImpPars_f,
checks = FALSE,
control = list()
)
MPRecs_f |
A nested list first by fleet (length |
y |
The projection year |
nyears |
The number of historical years |
proyears |
The number of projection years |
nsim |
The number of simulations |
LastTAE |
A matrix |
LastSpatial |
An array |
LastAllocat |
A matrix |
LastTAC |
A matrix |
TACused |
A matrix |
maxF |
A numeric value with maximum allowed F. From |
Effort_pot |
A matrix |
StockPars |
A list of stock parameters |
FleetPars_f |
A nested list first by fleet, then each containing the respective fleet parameters |
ImpPars_f |
A nested list first by fleet, then each containing the respective implementation error parameters |
checks |
Logical. Run internal checks? Currently not used. |
control |
List of control parameters used internally. |
A nested list by fleet with updated population dynamics
Q. Huynh
CalcMPDynamics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.