Apply multi Management Procedures (class MMP) to a hierarchical list of Data class objects
Source:R/applyMMP.R
applyMMP.Rd
Apply multi Management Procedures (class MMP) to a hierarchical list of Data class objects
Usage
applyMMP(
DataList,
MP = NA,
reps = 1,
nsims = NA,
silent = FALSE,
parallel = snowfall::sfIsRunning()
)
Arguments
- DataList
A hierarchical list of Data objects (Fleets nested in Stocks)
- MP
Name of the MMP to run
- reps
Number of samples
- nsims
Optional. Number of simulations.
- silent
Logical. Should messages be suppressed?
- parallel
Logical. Whether to run MPs in parallel