View source: R/plot-age-comp-bubbles-data.R
plot_age_comp_bubbles_data | R Documentation |
Create a multi-panel plot of age proportion bubble plots, one for each sector of the fishery
plot_age_comp_bubbles_data(
age_data_lst,
nms_vec,
years = c(year(now()) - 6, year(now()) - 1)
)
age_data_lst |
A list of age proportion data frames |
nms_vec |
A vector of names for the sectors, must be the same length
as |
years |
A vector of two values re0-presenting the minimum and maximum year values to plot |
ax_title_font_size |
The font size for the axis titles and strip titles (sector names) |
ax_tick_font_size |
The foint size for the axis tick labels (years and ages) |
ax_label_color |
The color for the axis tick labels |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.