Learn R Programming

r4ss (version 1.11)

SSmakesims: Make files and set up folders for simulations

Description

This is less general than other functions in this package, but is put here for Ian Taylor's convenience and may be useful for others, especially if they adapt it to their own needs

Usage

SSmakesims(copymasters=TRUE, makecases=FALSE, olddir=NULL, newdir=NULL, 
         exe="ss3.exe", steep=FALSE, M=FALSE, CV=FALSE, trend=FALSE)

Arguments

copymasters
Switch for whether to copy master data and control files to new directory. Default=TRUE.
makecases
Switch for whether to create ctl files for individual cases. Default=FALSE.
olddir
Optional old directory from which to copy files. Default = NULL = current working directory.
newdir
Optional new directory to put files in. Default = NULL = current working directory.
exe
Name of Stock Synthesis executable. Default="ss3.exe".
steep
Estimate steepness? Default=FALSE.
M
Estimate natural mortality? Default=FALSE.
CV
Estimate CV in growth? Default=FALSE.
trend
Create files for trend in selectivity? Default=FALSE.

See Also

SSgetoutput SSsummarize SSrunsims