no_legend: No legend

View source: R/no_legend.R

no_legendR Documentation

No legend

Description

Omits ggplot2 legend.

Usage

no_legend()

Details

see tidyExt vignette

Examples

require(ggplot2)
mpg |> ggplot2::ggplot(aes(x=cty,y=hwy)) + geom_point(aes(col=drv)) + no_legend()

bansell/tidyExt documentation built on July 12, 2024, 12:58 p.m.