# NOT RUN {
# }
# NOT RUN {
# example with one file
DoProjectPlots(dirn="c:/myfiles/", Plots=1:8,
Options=c(1,2,3,4,5,9), LegLoc="bottomleft")
# example with multiple files
# Plots - set to get specific plots
# Options - set to get specific strategies in the trajectory plots
Titles <- c("Res1","Res2","Res3")
Plots <- list(c(1:9),c(6:7))
Options <- list(c(7:9,3),c(5,7))
DoProjectPlots(fileN=c("res1.csv","res2.csv"),Titles=Titles,Plots=Plots,
Options=Options,LegLoc="bottomleft",yearmax=-1,
Outlines=c(2,2),OutlineMulti=c(3,3),AllTraj=c(1:4),
AllInd=c(1:7),BioType="Spawning numbers",BioUnit="(lb)",
BioScalar=1000,CatchUnit="(lb)",
ColorsUse=rep(c("red","blue"),5),
Labels=c("A","B","C","D","E","F"))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab