A minimal, publication-ready ggplot2 theme for changepoint plots.
See also
Other accessibility scales:
scale_colour_cpt(),
scale_fill_cpt_label()
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_ggcpt()
A minimal, publication-ready ggplot2 theme for changepoint plots.
Other accessibility scales:
scale_colour_cpt(),
scale_fill_cpt_label()
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_ggcpt()