RunSims2C: Run VRAP 2.0 Simulations in C++

View source: R/RunSims2C.R

RunSims2CR Documentation

Run VRAP 2.0 Simulations in C++

Description

Run the VRAP2 simulations in C++ over a specified range of escapement rates (ERs).

Usage

RunSims2C(inputs, silent = TRUE)

Arguments

inputs

A list of the necessary input values (can be taken from .rav file).

silent

Whether print progress as the current ER value.

Details

Calls the C++ function 'simFish' to run the VRAP simulations and returns a 3D array of the total escapement at each exploitation rate (ER) for NRuns over NYears.

Value

A list with the input and the 3D array of total escapment values.


eeholmes/VRAPCpp documentation built on Feb. 6, 2024, 7:25 a.m.