plot_compare_cpue: Compare CPUE

View source: R/plot-compare.R

plot_compare_cpueR Documentation

Compare CPUE

Description

Plot the CPUE data and fit to the data.

Usage

plot_compare_cpue(
  object_list,
  object_names,
  scales = "fixed",
  xlab = "Fishing year",
  ylab = "CPUE",
  figure_dir = "compare_figure/",
  save_plot = TRUE
)

Arguments

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


quantifish/rlsd documentation built on Sept. 6, 2024, 3:04 p.m.