easy_remove_legend_title: Easily remove legend title Remove the legend title

View source: R/legend.R

easy_remove_legend_titleR Documentation

Easily remove legend title Remove the legend title

Description

Easily remove legend title Remove the legend title

Usage

easy_remove_legend_title(teach = FALSE)

Arguments

teach

print longer equivalent ggplot2 expression?

Value

a theme object

Examples

library(ggplot2)
# remove legend title from all aesthetics
ggplot(mtcars, aes(wt, mpg, colour = cyl)) +
  geom_point() + easy_remove_legend_title()

jonocarroll/ggeasy documentation built on March 17, 2023, 5:54 p.m.