get_legend2 | R Documentation |
Get a legend from a ggplot object
get_legend2(plot, legend = NULL)
plot |
a ggplot object |
legend |
NULL, or position ("top") |
a grob object, or NULL if no legend found
library(ggplot2)
p <- ggplot(mtcars, aes(wt, mpg, color = mpg)) +
geom_point()
legend <- get_legend2(p)
plot(legend)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.