R/PlotSymptomsGgplotTheme.R

#define a ggplot2 theme
myTheme <- function () {
  myTheme <- theme_bw() + theme(
    text = element_text(size=18)
  )
  return(myTheme)}
crtahlin/medplot documentation built on May 14, 2019, 12:05 p.m.