ypr_plot_biomass {ypr} | R Documentation |
Plot Biomass
Description
Produces a frequency histogram of the total fish 'Biomass' or 'Eggs' deposition by 'Age' class.
Usage
ypr_plot_biomass(population, y = "Biomass", color = NULL)
Arguments
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). |
Value
A ggplot2 object.
See Also
Other biomass:
ypr_tabulate_biomass()
Other plot:
ypr_plot_fish()
,
ypr_plot_schedule()
,
ypr_plot_sr()
,
ypr_plot_yield()
Examples
ypr_plot_biomass(ypr_population(), color = "white")
[Package ypr version 0.6.0 Index]