DoProjectPlots {r4ss}R Documentation

Make plots from Rebuilder program

Description

Make a set of plots based on output from Andre Punt's Rebuilder program.

Usage

DoProjectPlots(dirn="C:/NWFSC/NWFSC25D/", fileN="res.csv", ncols=200,
Plots=1:25, Options=1:9, LegLoc="bottomright")

Arguments

dirn Directory where rebuilder output is stored.
fileN Filename containing rebuilder output. Default="res.csv".
ncols Number of columns to read in output file (fileN). Deafult=200.
Plots Vector containing indices of plots to be created (currently 1 through 8). Default=1:25.
Options Vector to get specific strategies in the trajectory plots. Default=1:9.
LegLoc Location for the legend (for plots with a legend). Default="bottomright".

Author(s)

Andre Punt

Examples

## Not run: 
DoProjectPlots(dirn="c:/SS/mymodel/", Plots=1:8,
               Options=c(1,2,3,4,5,9), LegLoc="bottomleft") 
## End(Not run)

[Package r4ss version 1.04 Index]