legend_positioning: Set legend position

View source: R/legend_positioning.R

legend_positioningR Documentation

Set legend position

Description

A wrapper function to make setting legend position easier when using ggplot.

Usage

legend_positioning(pos, edge_color = "black", legend_fill = "white")

Arguments

pos

Legend position as a two-element vector

edge_color

Legend edge color, defaults to black

legend_fill

Legend fill color, defaults to white

Examples

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

dmirman/gazer documentation built on Aug. 1, 2022, 2:02 p.m.