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())
Mikata-Project/ggthemr documentation built on April 19, 2022, 12:10 a.m.