View source: R/legend_positioning.R
legend_positioning | R Documentation |
A wrapper function to make setting legend position easier when using ggplot.
legend_positioning(pos, edge_color = "black", legend_fill = "white")
pos |
Legend position as a two-element vector |
edge_color |
Legend edge color, defaults to black |
legend_fill |
Legend fill color, defaults to white |
last_plot() + legend_positioning(c(0,1)) #put legend in upper left corner
last_plot() + legend_positioning(c(1,0)) #put legend in lower right corner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.