Preset path through ct_theme() tuned for a minimal,
generous-whitespace, navy-default look inspired by top-tier global
strategy consultancies.
Arguments
- main_color
Routed into the theme
geominkslot so unmapped geoms pick it up viafrom_theme(). Defaults tostrategy_navy[1]. Pass any valuegrDevices::col2rgb()accepts to override. Does not affect title colour (a fixed neutral near-black).- ...
Forwarded to
ct_theme()— e.g.density,context,base_size.
Value
A ggplot2::theme() object.
Examples
library(ggplot2)
p <- ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_strategy()