ypr_plot_biomass | R Documentation |
Produces a frequency histogram of the total fish 'Biomass' or 'Eggs' deposition by 'Age' class.
ypr_plot_biomass(population, y = "Biomass", color = NULL)
population |
An object of class |
y |
A string of the term on the y-axis. |
color |
A string of the color around each bar (or NULL). |
A ggplot2 object.
ggplot2::geom_histogram()
Other biomass:
ypr_tabulate_biomass()
Other plot:
ypr_plot_fish()
,
ypr_plot_schedule()
,
ypr_plot_sr()
,
ypr_plot_yield()
ypr_plot_biomass(ypr_population(), color = "white")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.