DoProjectPlots {r4ss} | R Documentation |
Make a set of plots based on output from Andre Punt's Rebuilder program.
DoProjectPlots(dirn="C:/NWFSC/NWFSC25D/", fileN="res.csv", ncols=200, Plots=1:25, Options=1:9, LegLoc="bottomright")
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". |
Andre Punt
## Not run: DoProjectPlots(dirn="c:/SS/mymodel/", Plots=1:8, Options=c(1,2,3,4,5,9), LegLoc="bottomleft") ## End(Not run)