Skip to contents

Plot sliced age frequencies derived from length frequencies.

Usage

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

Arguments

fit

An sbt_fit object, or a legacy model data list.

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".

data

Legacy named alias for a model data list.

Value

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