R/no_legend_title.R

#' @title Remove ggplot2 Legend Title
#' @description Remove the legend title from a ggplot2 plot.
#' @author Ciaran Tobin
#' @export
no_legend_title <- function () 
  theme(legend.title = element_blank())
YTLogos/ggthemr documentation built on May 7, 2019, 10:37 a.m.