plot_pa_by_gear: Plot proportions-at-age time series by gear type

View source: R/figures.R

plot_pa_by_gearR Documentation

Plot proportions-at-age time series by gear type

Description

Plot proportions-at-age time series by gear type

Usage

plot_pa_by_gear(
  df,
  age_plus = 10,
  conf = 0.9,
  xlim = c(1000, 3000),
  ylim = c(0, NA),
  size_range = c(0.5, 2.5),
  translate = FALSE
)

Arguments

df

a data frame

age_plus

age plus group

conf

confidence value for the envelope

xlim

limits for the years shown on the plot

ylim

limits for the ages shown on the plot

size_range

vector of min and max for range of sizes of points

translate

Logical. If TRUE, translate to French

Value

A ggplot object


pbs-assess/herringutils documentation built on Jan. 10, 2025, 8:43 a.m.