You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to request easier ways to add events such as vaccination regimes and interventions to plots of epidemic curves.
The current best method to do this is to manually create geom_rect or geom_vline along with annotate(geom = "text") to add representations of when these events are active, to epidemic curve plots made with ggplot2.
The new functionality could be in the form of custom geoms as documented in this book.
The text was updated successfully, but these errors were encountered:
pratikunterwegs
changed the title
Add easier plotting options for events
Add easier plotting options (geoms?) for events
Sep 22, 2023
This issue is to request easier ways to add events such as vaccination regimes and interventions to plots of epidemic curves.
The current best method to do this is to manually create
geom_rect
orgeom_vline
along withannotate(geom = "text")
to add representations of when these events are active, to epidemic curve plots made with ggplot2.The new functionality could be in the form of custom
geom
s as documented in this book.The text was updated successfully, but these errors were encountered: