plot_comparison | R Documentation |
Create an n-panel plot of the biomass, relative biomass, or recruitment for a set of models comparing a value
plot_comparison(
lst = NULL,
plot_func = NULL,
label_text = "Variable x",
panel_axis_titles_size = 11,
panel_axis_text_size = 8,
scale = 1,
digits = 0,
...
)
lst |
A list, as returned from |
plot_func |
The plotting function to use. Typically |
label_text |
The text to paste on the label that is shown on each panel |
panel_axis_titles_size |
Font size for the axis labels |
panel_axis_text_size |
Font size for the axis tick labels |
scale |
Number to divide the label by (used to divide adapt delta values by 100 so they are less than 1) |
digits |
The number of decimal places to make the label numbers |
... |
Arguments to pass to the plotting function defined by |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.