library(ggplot2); theme_set(theme_bw()) library(rainbow) ## bagplots etc. library(ggthemes) library(directlabels) theme_update(panel.spacing=grid::unit(0,"lines")) library(cowplot) ## for arranging multiple plots, labeling, etc. library(Hmisc) library(dplyr)