runMP: Run a Management Procedure

Description Usage Arguments Value Examples

View source: R/Data_Functions.R

Description

Run a Management Procedure

Usage

1
runMP(Data, MPs = NA, reps = 100, perc = 0.5, chkMPs = TRUE, silent = FALSE)

Arguments

Data

A DLMtool Data object

MPs

The name of the MP to run (or a vector or names)

reps

Number of repititions

perc

Percentile to summarize reps (default is median)

chkMPs

Logical. Should the MPs be checked before attempting to run them?

silent

Logical. Should messages by suppressed?

Value

invisibly returns the Data object

Examples

1
Data_TAc <- runMP(DLMtool::Cobia)

DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.