@@ -520,7 +520,6 @@ fig_pf_consultations_by_ethnicity_rate <- plot_measures(
520
520
scale_measure = "rate",
521
521
title = "Rate of Pharmacy First Consultations per 1000 people",
522
522
y_label = "Number of codes for FP consultations",
523
- save_path = "fig_pf_consultations_by_ethnicity_rate.png",
524
523
colour_palette = ethnicity_palette
525
524
)
526
525
@@ -643,12 +642,6 @@ fig_validation_condition_comparison <- (fig_validation_condition_count + fig_val
643
642
set_patchwork_theme()
644
643
save_figure(fig_validation_condition_comparison, width = 15)
645
644
646
- # Combining the plots with patchwork function
647
- patch_figures(
648
- fig_validation_condition_count,
649
- fig_validation_condition_pct,
650
- "fig_validation_condition_count_pct.png"
651
- )
652
645
```
653
646
654
647
``` {r, message=FALSE, warning=FALSE, echo = FALSE, fig.width=8}
@@ -747,8 +740,6 @@ fig_validation_med_comparison <- (fig_validation_med_count + fig_validation_med_
747
740
set_patchwork_theme()
748
741
save_figure(fig_validation_med_comparison, width = 15)
749
742
750
- # Combining the plots with patchwork
751
- patch_figures(fig_validation_med_count, fig_validation_med_pct, "fig_validation_medication_count_pct.png")
752
743
```
753
744
``` {r, message=FALSE, warning=FALSE, echo = FALSE, fig.width=8}
754
745
# Create figure to compare clinical events linked to PF consultation and not linked
0 commit comments