plot_compare_cpue | R Documentation |
Plot the CPUE data and fit to the data.
plot_compare_cpue(
object_list,
object_names,
scales = "fixed",
xlab = "Fishing year",
ylab = "CPUE",
figure_dir = "compare_figure/",
save_plot = TRUE
)
object_list |
list of 'lsd.rds' files from multiple models |
object_names |
vector of model names associated with each of the output files in object_list |
scales |
free or fixed |
xlab |
the x axis label |
ylab |
the y axis label |
figure_dir |
the directory to save to |
save_plot |
save the plot or return it |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.