View source: R/run_stocksynthesis.R
| run_stocksynthesis | R Documentation | 
This function runs stock synthesis in the specified directory for the model name given. It is copied almost verbatim from ss3sim::run_ss3model().
run_stocksynthesis(
  os,
  species,
  model_dir,
  admb_options = " -noest",
  ignore.stdout = TRUE,
  show_output = FALSE,
  iteration_pause = 0.05,
  ...
)
species | 
 species name  | 
model_dir | 
 directory containing the model files  | 
admb_options | 
 options for running admb, like "-nohess", "-noest"  | 
ignore.stdout | 
 Logical: passed on to
  | 
show_output | 
 Passed to   | 
iteration_pause | 
 how long to pause between model iterations if this function is called in a loop  | 
... | 
 Anything else to pass to   | 
ss_name | 
 name of the ss model contained within  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.