From 32f81dbd3d06b7a40237e050cd2f68acaeb4babc Mon Sep 17 00:00:00 2001 From: bahadzie Date: Wed, 23 Jul 2025 01:13:22 +0000 Subject: [PATCH] Inaccuracy in Fig 1 caption for modelling_multiple_interventions.Rmd Fixes #253 --- vignettes/modelling_multiple_interventions.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/modelling_multiple_interventions.Rmd b/vignettes/modelling_multiple_interventions.Rmd index eb94c95e..195e1a81 100644 --- a/vignettes/modelling_multiple_interventions.Rmd +++ b/vignettes/modelling_multiple_interventions.Rmd @@ -105,7 +105,7 @@ data_baseline_infections <- new_infections(data_baseline, by_group = TRUE) We show one instance of the plotting code using the _ggplot2_ package here, with further instances hidden to keep the vignette short. -```{r fig.cap="A model of an infectious disease epidemic, assuming a directly transmitted infection such as influenza, with an $R_0$ of 1.3, an infectious period of 5 days, and a pre-infectious period of 1.5 days."} +```{r fig.cap="A model of an infectious disease epidemic, assuming a directly transmitted infection such as influenza, with an $R_0$ of 1.3, an infectious period of 7 days, and a pre-infectious period of 2 days."} # visualise the spread of the epidemic in terms of new infections # plot figure of epidemic curve plot_baseline <- ggplot() +