View source: R/SSplotSummaryF.R
SSplotSummaryF | R Documentation |
Plots the summary F (or harvest rate) as set up in the starter file Needs a lot of work to be generalized
SSplotSummaryF( replist, yrs = "all", Ftgt = NA, ylab = "Summary Fishing Mortality", plot = TRUE, print = FALSE, plotdir = "default", verbose = TRUE, uncertainty = TRUE, add = FALSE, pwidth = 6.5, pheight = 5, punits = "in", res = 300, ptsize = 10, mar = NULL )
replist |
A list object created by |
yrs |
Which years to include. |
Ftgt |
Target F where horizontal line is shown. |
ylab |
Y-axis label. |
plot |
Plot to active plot device? |
print |
Print to PNG files? |
plotdir |
Directory where PNG files will be written. By default it will be the directory where the model was run. |
verbose |
Verbose output to R console? |
uncertainty |
Show 95% uncertainty intervals around point estimates? |
add |
add to existing plot |
pwidth |
Default width of plots printed to files in units of
|
pheight |
Height of plots printed to png files in units of |
punits |
Units for |
res |
Resolution of plots printed to files.
The default is |
ptsize |
Point size for plotted text in plots printed to files (see
|
mar |
Either NULL to allow the default (which depends on whether the main title is included or not) or a numerical vector of the form c(bottom, left, top, right) which gives the number of lines of margin to be specified on the four sides of the plot, which is passed to |
Allan Hicks
SSplotTimeseries()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.