plot_assessment_timeline: Create a plot showing the relative numbers of days we have...

View source: R/utils-plot-assessment-timeline.R

plot_assessment_timelineR Documentation

Create a plot showing the relative numbers of days we have had to produce the assessment each year since 2017

Description

Create a plot showing the relative numbers of days we have had to produce the assessment each year since 2017

Usage

plot_assessment_timeline(
  yrs = c(2017, 2018, 2019, 2020, 2021, 2022, 2023),
  days = c(17, 26, 23, 25, 23, 18, 36)
)

Arguments

yrs

A vector of years to plot

days

A vector of days required each year to produce the assessment. Must be the same length as yrs

Value

A ggplot2::ggplot() object


pacific-hake/hake-assessment documentation built on Jan. 14, 2025, 9:12 p.m.