SSplotRecdist {r4ss} | R Documentation |
Plot of recruitment distribution among areas and seasons
Description
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.
Usage
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
)
Arguments
replist |
A list object created by |
plot |
plot to active plot device? |
print |
print to PNG files? |
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) |
main |
title for plot |
plotdir |
directory where PNG files will be written. by default it will be the directory where the model was run. |
pwidth |
width of plot |
pheight |
height of plot |
punits |
units for PNG file |
res |
Resolution of plots printed to files.
The default is |
ptsize |
point size for PNG file |
cex.main |
character expansion for plot titles |
verbose |
report progress to R GUI? |
Author(s)
Ian Taylor