PerRec.plots | R Documentation |
The function PerRec.plots
generates plots of quantities
on a per-recruit basis as a function of fishing mortality
rate F.
PerRec.plots(
x,
DataName = deparse(substitute(x)),
draft = TRUE,
graphics.type = NULL,
use.color = TRUE,
units.ypr = x$info$units.ypr,
user.PR = NULL,
user.lab = NULL,
user.xmax = NULL,
legend.pos = "topright",
F.references = NULL
)
x |
an R list with output from the assessment models. |
DataName |
string used in plot titles. Defaults to argument |
draft |
modifies plots for use in a report. When |
graphics.type |
a vector of graphics file types to which graphics are saved.
When |
use.color |
plots are made in grayscale when |
units.ypr |
A character string (e.g. |
user.PR |
A list whose elements are names of additional columns of
|
user.lab |
A list of labels to be used as the y-axis label for the user supplied PR |
user.xmax |
A user specified maximum value for the x-axis of the plots |
legend.pos |
A text string compatible with the |
F.references |
A list of character-string vectors to specify reference points to appear on F plots. |
Graphics
M Prager
E Williams
K Shertzer
R Cheshire
K Purcell
PerRec.plots(gag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.