plot_age_comp_bubbles: Make an age composition bubble plot

View source: R/plot-age-comp-bubbles.R

plot_age_comp_bubblesR Documentation

Make an age composition bubble plot

Description

Make an age composition bubble plot

Usage

plot_age_comp_bubbles(
  model,
  type = c("fishery", "survey"),
  proportions = TRUE,
  inc_mean_age_line = TRUE,
  ...
)

Arguments

model

A model object as returned from create_rds_file()

type

Either fishery or survey

proportions

Logical. If TRUE, If TRUE plot the input data proportions-at-age. If FALSE plot the estimated median numbers-at-age

inc_mean_age_line

Logical. If TRUE, plot the mean age line over the bubbles

...

Additional parameters passed to plot_bubbles()

Value

A ggplot2::ggplot() object


pacific-hake/hake-assessment documentation built on July 21, 2024, 8:19 a.m.