R/length-weight.R
plot_dist_length_at_age.Rd
Plot the distribution of length (cm) at age by year and season.
plot_dist_length_at_age(data, years = c(1931, 2022))
A list containing the data passed to MakeADFun. Must include length_mu_ysa, length_sd_a, min_age, max_age, first_yr, and last_yr.
list
MakeADFun
length_mu_ysa
length_sd_a
min_age
max_age
first_yr
last_yr
A numeric vector specifying which years to display on the plot. Default is c(1931, 2022).
c(1931, 2022)
A ggplot2 object displaying the distribution of length at age.
ggplot2