View source: R/Data_Functions.R
TAC | R Documentation |
A function that returns the stochastic TAC recommendations from a vector of output control MPs given a data object Data
TAC(Data, MPs = NA, reps = 100, timelimit = 1, checkMP = TRUE, silent = FALSE)
Data |
A data-limited methods data object |
MPs |
optional vector of MP names |
reps |
Number of repetitions |
timelimit |
The maximum time (seconds) taken to complete 10 reps |
checkMP |
Logical. Check if the MP can be run first? |
silent |
Logical. Suppress messages? |
T. Carruthers
## Not run:
library(MSEtool)
Data <- TAC(MSEtool::Cobia)
plot(Data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.