Produces a frequency histogram of the number of fish in the
'Survivors', 'Spawners', 'Caught', 'Harvested' or 'Released' categories by
'Length', 'Age' or 'Weight' class.
Usage
ypr_plot_fish(
population,
x = "Age",
y = "Survivors",
percent = FALSE,
binwidth = 1L,
color = NULL
)