Usage
SSplotRecdist(replist, plot=TRUE, print=FALSE, areanames=NULL,
seasnames=NULL, xlab="", ylab="",
main="Distribution of recruitment by area and season",
plotdir="default", pwidth=7, pheight=7, punits="in",
res=300, ptsize=12, cex.main=1, verbose=TRUE)
Arguments
replist
list created by SS_output
plot
plot to active plot device?
areanames
optional vector to replace c("Area1","Area2",...)
seasnames
optional vector to replace c("Season1","Season2",...)
xlab
optional x-axis label (if the area names aren't informative enough)
ylab
optional y-axis label (if the season names aren't informative enough)
plotdir
directory where PNG files will be written. by default it will
be the directory where the model was run.
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?