weave_theme: Set a theme (without side-effects)
Description
Set a theme to be +
-ed on unmodified to gg_*
functions. Note, the mode
takes precedence, unless the set/weaved mode is mode = NULL
.
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 if the mode is set/weaved to NULL
(and also is applied to ggplot code outside of ggblanket).