Description Usage Arguments Author(s) See Also
Plot mean weight data and fits from Stock Synthesis output. Intervals are based on T-distributions as specified in model.
1 2 3 4 5 6 7 | SSplotMnwt(replist, subplots = 1:2, 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 fleet"),
col1="blue", col2="red",
pwidth = 7, pheight = 7, punits = "in", res = 300, ptsize = 12,
cex.main=1, plotdir = "default", verbose = TRUE)
|
replist |
list created by |
subplots |
Vector of which plots to make (1 = data only, 2 = with fit). If
|
plot |
plot to active plot device? |
print |
print to PNG files? |
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 |
datplot |
Make data-only plot of discards? This can override the choice of
|
labels |
vector of labels for plots (titles and axis labels) |
col1 |
first color to use in plot (for expected values) |
col2 |
second color to use in plot (for observations and intervals) |
pwidth |
width of plot written to PNG file |
pheight |
height of plot written to PNG file |
punits |
units for 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? |
Ian Taylor, Ian Stewart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.