R/load_ggplot.R

#' Load GGPlot Additionals
#'
#' Load several commonly used plotting libraries based around GGPlot2
load_ggplot <- function(){
  ggplot_packs <- c('ggplot2', 'ggrepel', 'ggthemes', 'ggmap', 'gganimate', 'ggridges', 'ggmcmc', 'ggalt', 'scales', 'RColorBrewer')
  lapply(ggplot_packs, require, character.only = TRUE)
}
thomaspinder/usefulRFunctions documentation built on May 10, 2019, 8:27 a.m.