Can: Identify management procedures (MPs) based on data...

Description Usage Arguments Functions See Also Examples

View source: R/Data_Functions.R

Description

Diagnostic tools that look up the slot requirements of each MP and compares to the data available in the Data object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
Can(Data, timelimit = 1, MPs = NA, dev = FALSE)

Cant(Data, timelimit = 1)

DLMdiag(
  Data,
  command = c("available", "not available", "needed"),
  reps = 5,
  timelimit = 1,
  funcs1 = NA,
  dev = FALSE
)

Needed(Data, timelimit = 1)

Arguments

Data

A data-limited methods data object (class Data)

timelimit

The maximum time (seconds) taken for an MP to undertake 5 reps (this filters out methods that are too slow)

MPs

Optional list of MP names

dev

Logical. Run in development mode?

command

What to calculate? Character. Options = c("available", "not available", "needed")

reps

The number of replicates for the MP

funcs1

A character vector of the MP names (optional)

Functions

See Also

avail Data

Examples

1
2
3
CanMPs <- Can(DLMtool::Cobia)
CantMPs <- Cant(DLMtool::Cobia)
Needs <- Needed(DLMtool::Cobia)

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