Plots estimated movement rates in final year for each area/season with movement as reported in Report.sso. If movement is time-varying, an additional figure shows pattern across years (if the MGparm_By_Year_after_adjustments table (report:7) is available in the Report.sso file)
SSplotMovementRates(
replist,
plot = TRUE,
print = FALSE,
subplots = 1:2,
plotdir = "default",
colvec = "default",
ylim = "default",
legend = TRUE,
legendloc = "topleft",
moveseas = "all",
min.move.age = 0.5,
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?
which subplots to create.
where to put the plots (uses model directory by default)
vector of colors for each movement rate in the plot
optional input for y range of the plot. By default plot ranges from 0 to 10% above highest movement rate (not including fish staying in an area).
add a legend designating which color goes with which pair of areas?
location passed to legend function (if used)
choice of season for which movement rates are shown
Minimum age of movement (in future will come from Report file)
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 parameter for plot titles
Print information on function progress.
# NOT RUN {
SSplotMovementRates(myreplist)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab