Workup At-Sea and PacFIN lengths and weights

plot_raw_age(
  atsea.ages = get_local("atsea.ages.Rdat"),
  page = get_local("page.Rdat"),
  years = as.numeric(format(Sys.time(), "%Y")) - 0:4,
  xlim_weight = c(0, 3),
  xlim_length = c(0, 70)
)

Arguments

atsea.ages

An R object with NORPAC ages. The default value is NULL, where the object will be read from a saved object within a directory called extractedData.

years

A vector of years that you want plotted. The default is to plot the most recent five years.

ncatch

An R object of NORPAC catches. The default value is loaded from the disk using get_local(). Otherwise, the R object is typically stored in the hakedata environment.

Value

Four figures are saved to the disk. Figures are of length and weight distributions for the at-sea and shoreside sectors.

Author

Kelli F. Johnson