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
numericvector of length bin midpoints (mm); uses each model'smidpoint_lif NULL.- morph_labels
optional growth morph labels
