A minimal, publication-ready ggplot2 theme for changepoint plots.
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_ggcpt()
A minimal, publication-ready ggplot2 theme for changepoint plots.
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_ggcpt()