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