Usage
SSplotDiscard(replist, add = FALSE, plot = TRUE, print = FALSE,
plotdir = "default", fleets = "all", fleetnames = "default",
labels = c("Year", "Discard fraction", "Total discards", "for"),
pwidth = 7, pheight = 7, punits = "in", res = 300, ptsize = 12,
cex.main = 1, verbose = TRUE)
Arguments
replist
list created by SSoutput
add
add to existing plot (not yet implemented)
plot
plot to active plot device?
plotdir
directory where PNG files will be written. by default it will
be the directory where the model was run.
fleets
optional vector to subset fleets for which plots will be made
fleetnames
optional replacement for fleenames used in data file
labels
vector of labels for plots (titles and axis labels)
pwidth
width of plot written to PNG file
pheight
height of plot written to PNG file
res
resolution for PNG file
ptsize
ptsize for PNG file
cex.main
character expansion for plot titles
verbose
report progress to R GUI?