Learn R Programming

r4ss (version 1.36.1)

SSplotSummaryF: Plot the summary F (or harvest rate).

Description

Plots the summary F (or harvest rate) as set up in the starter file Needs a lot of work to be generalized

Usage

SSplotSummaryF(replist, yrs = "all", Ftgt = NA,
  ylab = "Summary Fishing Mortality", plot = TRUE, print = FALSE,
  plotdir = "default", verbose = TRUE, uncertainty = TRUE,
  pwidth = 6.5, pheight = 5, punits = "in", res = 300,
  ptsize = 10)

Arguments

replist

List created by SS_output

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?

pwidth

width of plot

pheight

height of plot

punits

units for PNG file

res

resolution for PNG file

ptsize

point size for PNG file

See Also

SSplotTimeseries, ~~~