R/no_title.R

#' @title Remove ggplot2 title
#' @description Remove the plot title
#' @export
#' @author Ciaran Tobin
no_title <- function () 
  theme(plot.title = element_text(hjust = 0))
YTLogos/ggthemr documentation built on May 7, 2019, 10:37 a.m.