Image plot shows fraction of recruitment in each combination of area and season. This is based on the RECRUITMENT_DIST section of the Report.sso file.
SSplotRecdist(
replist,
plot = TRUE,
print = FALSE,
areanames = NULL,
seasnames = NULL,
xlab = "",
ylab = "",
main = "Distribution of recruitment by area and season",
plotdir = "default",
pwidth = 6.5,
pheight = 5,
punits = "in",
res = 300,
ptsize = 10,
cex.main = 1,
verbose = TRUE
)
A list object created by SS_output()
.
plot to active plot device?
print to PNG files?
optional vector to replace c("Area1","Area2",...)
optional vector to replace c("Season1","Season2",...)
optional x-axis label (if the area names aren\'t informative enough)
optional y-axis label (if the season names aren\'t informative enough)
title for plot
directory where PNG files will be written. by default it will be the directory where the model was run.
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
report progress to R GUI?