A publication-ready theme based on ggplot2::theme_minimal() with consistent
defaults used across all cjdiag plots. Removes minor gridlines, controls
major gridlines, and positions the legend at top.
Value
A ggplot2::theme() object
See also
Other customization:
cjdiag_palette(),
get_cjdiag_options(),
set_cjdiag_labels(),
set_cjdiag_theme()
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_cjdiag()
