Description Usage Arguments Value Examples
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
1 2 |
out |
Named list output from |
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 |
ADsilent |
Logical; Showing ADMB output on console |
echo |
Logical; Write to an echo file to show quantities from OM |
... |
WHO KNOWS |
GeMS Object # To be implemented
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.