R/theme_eq.R

#'Theme to use with geom_timeline
#'

theme_eq <-
  ggplot2::theme_classic() +
  ggplot2::theme(
    axis.line.y = ggplot2::element_blank(),
    axis.ticks.y = ggplot2::element_blank(),
    legend.position = "bottom"
  )
jtgit-la/msdrCourseraCapstonePackage documentation built on May 10, 2020, 5:01 p.m.