Usage
SSplotMnwt(replist, add = FALSE, plot = TRUE, print = FALSE,
fleets = "all", fleetnames = "default", labels =
c("Year", "discard", "retained catch", "whole catch",
"Mean individual body weight (kg)", "Mean weight in", "for fleet"),
col1="blue", col2="red",
pwidth = 7, pheight = 7, punits = "in", res = 300, ptsize = 12,
cex.main=1, plotdir = "default", verbose = TRUE)
Arguments
replist
list created by SS_output
add
add to exising 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)
col1
first color to use in plot
col2
second color to use in plot
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?