clean_legend_theme: clean_legend_theme

Description Usage Details Value Author(s) Examples

Description

Clean up ggplot legends

Usage

1

Details

Removes the legend title and default boxes around ggplot legend entries.

Value

A ggplot object with legend entry boxes removed

Author(s)

Joel H Nitta, joelnitta@gmail.com

Examples

1
2
3
4
5
library(ggplot2)
p1 <- ggplot(iris, aes(Sepal.Length, Petal.Length)) +
  geom_point(aes(color = Species))
p1
p1 + clean_legend_theme()

joelnitta/jntools documentation built on Jan. 17, 2022, 3:05 p.m.