Skip to contents

Compare fitted growth increments across multiple models against observed tag-recapture data.

Usage

plot_growth_increment2(
  data_list,
  results,
  par_list,
  map_list,
  model_names,
  tau = 1,
  biomass = 1,
  midpoint = NULL,
  morph_labels = c("Male", "Female")
)

Arguments

data_list

list of data for models

results

list of obj for models

par_list

list of parameters for models

map_list

list of map for models

model_names

list of model names

tau

the time at liberty (years); defaults to 1 year.

biomass

the biomass value used for density-dependent growth calculations; defaults to 1.

midpoint

an optional numeric vector of length bin midpoints (mm); uses each model's midpoint_l if NULL.

morph_labels

optional growth morph labels

Value

a ggplot object.