View source: R/utils-plot-assessment-timeline.R
plot_assessment_timeline | R Documentation |
Create a plot showing the relative numbers of days we have had to produce the assessment each year since 2017
plot_assessment_timeline(
yrs = c(2017, 2018, 2019, 2020, 2021, 2022, 2023),
days = c(17, 26, 23, 25, 23, 18, 36)
)
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 |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.