Plot mean weight data and fits from Stock Synthesis output. Intervals are based on T-distributions as specified in model.
SSplotMnwt(
replist,
subplots = 1:2,
ymax = NULL,
plot = TRUE,
print = FALSE,
fleets = "all",
fleetnames = "default",
datplot = FALSE,
labels = c("Year", "discard", "retained catch", "whole catch",
"Mean individual body weight (kg)", "Mean weight in", "for"),
col1 = "blue",
col2 = "black",
pwidth = 6.5,
pheight = 5,
punits = "in",
res = 300,
ptsize = 10,
cex.main = 1,
plotdir = "default",
verbose = TRUE
)
A list object created by SS_output()
.
Vector of which plots to make (1 = data only, 2 = with fit).
If plotdat = FALSE
then subplot 1 is not created, regardless of
choice of subplots
.
Optional input to override default ymax value.
plot to active plot device?
print to PNG files?
optional vector to subset fleets for which plots will be made
optional replacement for fleenames used in data file
Make data-only plot of discards? This can override the choice
of subplots
.
vector of labels for plots (titles and axis labels)
first color to use in plot (for expected values)
second color to use in plot (for observations and intervals)
width of plot
height of plot
units for PNG file
Resolution of plots printed to files.
The default is res = 300
.
point size for PNG file
character expansion for plot titles
directory where PNG files will be written. by default it will be the directory where the model was run.
report progress to R GUI?