View source: R/plot.F.temporal.r
plot.F.temporal | R Documentation |
Compare Fishing Mortality Across Different Models
plot.F.temporal(
x,
par.list = NULL,
rep.names = NULL,
agg.years = TRUE,
agg.regions = TRUE,
agg.ages = NULL,
yaxis.free = FALSE,
palette.func = default.model.colours,
save.dir,
save.name,
...
)
x |
A list of |
par.list |
Optional list of |
rep.names |
A vector of character strings naming the models for plotting
purposes. If not supplied, model names will be taken from the names in
the |
agg.years |
|
agg.regions |
|
agg.ages |
A vector of age classes to average F over. Default is all age classes. |
yaxis.free |
|
palette.func |
A function to determine the colours of the models. The
default palette has the reference model in black. It is possible to
determine your own palette function. Two functions currently exist:
|
save.dir |
Path to the directory where the outputs will be saved. |
save.name |
Name stem for the output, useful when saving many model outputs in the same directory. |
... |
Extra arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.