Skip to contents

Plot sliced age frequencies derived from length frequencies.

Usage

plot_sliced_afs(
  data,
  years = c(1953, 1954, 1978, 1990, 2022),
  fisheries = "LL3"
)

Arguments

data

A list containing the data that was passed to MakeADFun.

years

A numeric vector of years to plot. Default is c(1953, 1954, 1978, 1990, 2022).

fisheries

A character vector specifying the fisheries to plot. Options include "LL1", "LL2", "LL3", "LL4", "Indonesian", or "Australian". Default is "LL3".

Value

A patchwork object combining length frequencies and sliced age frequencies side-by-side.