weave_theme: Set a theme to apply without side-effects
Description
Set a theme to added to gg_*
functions without side-effects.
Note this sets the mode to NULL to allow this to work, and therefore should be run after set_blanket
.
Usage
weave_theme(theme = light_mode_r() + mode_orientation_to_x())
Arguments
- theme
A ggplot2 theme that the gg_*
function will add without side-effects.