GeMS: Wrapper function to run an MSE.

Description Usage Arguments Value Examples

View source: R/GeMS.R

Description

Function that runs the entire MSE- generates data from OM, assesses it with EM, and forecasts. Can be run on its own, but it is intended to be run with run_GeMS

Usage

1
2
GeMS(out, CTLName, MSEdir = getwd(), silent = F, ADoptions = NA,
  ADsilent = T, echo = F, ...)

Arguments

out

Named list output from ReadCTLfile

CTLName

Name of CTL file

MSEdir

Directory containing CTL files. Full absolute path preferred.

silent

Logical; Showing output on console

ADoptions

String of ADMB options to be passed. Always includes -nohess

ADsilent

Logical; Showing ADMB output on console

echo

Logical; Write to an echo file to show quantities from OM

...

WHO KNOWS

Value

GeMS Object # To be implemented

Examples

1
2
3
4
5
6
7
## Not run: 
CTLName <- "Cod_LowProd_CTL"
out <- ReadCTLfile(CTLName)
MSEdir <- "~/Examples/Cod_1_Production"
GeMS(out,CTLName,MSEdir,ADoptions="-gbs 1000000")

## End(Not run)

szuwalski/GeMS documentation built on Oct. 2, 2019, 5:55 a.m.