From 6f776d8ffdd73c247ae0956af99ce75ab86c8d1f Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Thu, 6 Jun 2024 18:05:44 +0100 Subject: [PATCH] add reason behind using patchwork --- analyses/describe_cases/incidence_week_day.qmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/analyses/describe_cases/incidence_week_day.qmd b/analyses/describe_cases/incidence_week_day.qmd index 94ad038..f378f70 100644 --- a/analyses/describe_cases/incidence_week_day.qmd +++ b/analyses/describe_cases/incidence_week_day.qmd @@ -78,7 +78,8 @@ incidence2_week # Plot incidence2 object with case counts per week plot_week <- plot(incidence2_week) -# Add plots together +# Add plots together with patchwork +# Compare the day and week plots plot_day + plot_week ```