Plot SPR quantities, including 1-SPR and phase plot.
SSplotSPR(replist, add = FALSE, plot = TRUE, print = FALSE,
uncertainty = TRUE, subplots = 1:4, forecastplot = FALSE,
col1 = "black", col2 = "blue", col3 = "green3", col4 = "red",
sprtarg = "default", btarg = "default", labels = c("Year", "SPR",
"1-SPR"), pwidth = 6.5, pheight = 5, punits = "in", res = 300,
ptsize = 10, cex.main = 1, plotdir = "default", verbose = TRUE)
list created by SSoutput
add to existing plot (not yet implemented)
plot to active plot device?
print to PNG files?
include plots showing uncertainty?
vector controlling which subplots to create
Include forecast years in plot?
first color used
second color used
third color used
fourth color used
F/SPR proxy target. "default" chooses based on model output.
target depletion to be used in plots showing depletion. May be omitted by setting to NA. "default" chooses based on model output.
vector of labels for plots (titles and axis labels)
width of plot
height of plot
units for PNG file
resolution for PNG file
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?