Skip to content

Commit

Permalink
add reason behind using patchwork
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Jun 6, 2024
1 parent 95c93a1 commit 6f776d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyses/describe_cases/incidence_week_day.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 6f776d8

Please sign in to comment.