|
resp <- (ppanels | gppanel) + plot_layout(guides = "collect") & theme(legend.position = "bottom") |
Let's work from this for the SGTF visualization. Needs:
- central estimate line + labels for implied growth rate
- more accessibility-friendly color choices
- add data points
- ...?
(after I tweak a few things, and maintained after this issue is solved) should be produced as part of make figs
omicronSA/R/fig_frequency_fit.R
Line 55 in de07616
Let's work from this for the SGTF visualization. Needs:
(after I tweak a few things, and maintained after this issue is solved) should be produced as part of
make figs