Theme wrapper for legend inside plot area
Usage
legend_inside(pos = c(1, 1), jus = c(1, 1), ...)
Arguments
- pos
Numeric vector of (x, y) position inside plot area (default: c(1, 1)).
- jus
Numeric vector for justification (default: c(1, 1)).
- ...
Additional theme arguments passed to theme().
Value
A list of ggplot2 theme settings for internal legend placement.