View source: R/Data_Functions.R
applyMP | R Documentation |
Apply Management Procedures to an object of class Data
applyMP(
Data,
MPs = NA,
reps = 100,
nsims = NA,
silent = FALSE,
parallel = snowfall::sfIsRunning()
)
Data |
An object of class Data |
MPs |
Name(s) of the MPs 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. Can be a vector of length(MPs) |
A list with the first element a list of management recommendations, and the second the updated Data object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.