NOTINPACKAGE/ggplottheme.R

#ggplot theme settings for heiserplot
library(ggplot2)
theme_heiser<-theme_grey() + theme(axis.line=element_blank(),
                                  axis.text.x=element_blank(),
                                  axis.text.y=element_blank(),
                                  axis.ticks=element_blank(),
                                  axis.title.x=element_blank(),
                                  axis.title.y=element_blank(),
                                  legend.position="none",
                                  panel.background=element_blank(),
                                  panel.border=element_blank(),
                                  panel.grid.major=element_blank(),
                                  panel.grid.minor=element_blank(),
                                  plot.background=element_blank())
RMHogervorst/heisertransform documentation built on May 8, 2019, 7:33 a.m.