applyMMP | R Documentation |
Apply multi Management Procedures (class MMP) to a hierarchical list of Data class objects
applyMMP(
DataList,
MP = NA,
reps = 1,
nsims = NA,
silent = FALSE,
parallel = snowfall::sfIsRunning()
)
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 |
A hierarchical list of management recommendations (object class Rec), Fleets nested in Stocks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.