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 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. Use NULL for ggplot2 default.