R/no_legend.R

#' @title Remove ggplot2 Legend
#' @description Remove the legend from a ggplot2 plot.
#' @author Ciaran Tobin
#' @export
no_legend <- function () 
  move_legend('none')
cttobin/ggthemr documentation built on April 19, 2022, 3:31 a.m.