applyMMP: Apply multi Management Procedures (class MMP) to a...

View source: R/applyMMP.R

applyMMPR Documentation

Apply multi Management Procedures (class MMP) to a hierarchical list of Data class objects

Description

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

Value

A hierarchical list of management recommendations (object class Rec), Fleets nested in Stocks


Blue-Matter/OMtool documentation built on April 24, 2024, 2:07 a.m.