easy_remove_legend_title | R Documentation |
Easily remove legend title Remove the legend title
easy_remove_legend_title(teach = FALSE)
teach |
print longer equivalent |
a theme
object
library(ggplot2)
# remove legend title from all aesthetics
ggplot(mtcars, aes(wt, mpg, colour = cyl)) +
geom_point() + easy_remove_legend_title()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.