Make a timeline graph with dates in ggplot2

We will use the geom_segment layer from ggplot2 to make a timeline graph! This layer takes x and xend for the start of the segment lines y and yend inputs for the end of the segment lines For our timeline, the x will be the start of each Irish Taoiseach’s term. The xend will be … Continue reading Make a timeline graph with dates in ggplot2