genericRecoverySim: Recovery Simulator - Generic Version

View source: R/genericRecoverySimulator.R

genericRecoverySimR Documentation

Recovery Simulator - Generic Version

Description

Closed-loop simulation tool to assess management procedures and inform Pacific salmon rebuilding strategies.

Usage

genericRecoverySim(
  simPar,
  cuPar,
  catchDat = NULL,
  srDat = NULL,
  variableCU = FALSE,
  makeSubDirs = TRUE,
  ricPars,
  larkPars = NULL,
  cuCustomCorrMat = NULL,
  erCorrMat = NULL,
  nTrials = 100,
  uniqueProd = TRUE,
  uniqueSurv = FALSE,
  random = FALSE,
  outDir
)

Arguments

y

TO BE DEFINED

Details

Adapted from the original recoverySim() function developed to inform rebuilding strategies for Fraser sockeye salmon and North Coast Chum (see Holt, C.A., Freshwater, C., Holt, K., and Huang, A.-M. 2020. A quantitative tool for evaluating rebuilding plans for Pacific salmon. Can. Tech. Rep. Fish. Aquat. Sci. 3402: v + 26 p.; https://waves-vagues.dfo-mpo.gc.ca/Library/40889385.pdf)

This version has been adapted to easily accomodate alternative life history types. Additionally, the Total Allowable Mortality (TAM) HCR specific to Fraser sockeye fisheries, and assocaited performance measures, has been removed.

Simulation runs primed with observed SR data (recDat input). The model includes data generation, variation in age structure, survey design, and variable exploitation rules.

Value

TO BE DEFINED


CamFreshwater/samSim documentation built on Sept. 25, 2023, 10:22 a.m.