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