powered by
theme_karl(base_size = 12, base_family = "", ...)karl_theme(base_size = 12, base_family = "", ...)
karl_theme(base_size = 12, base_family = "", ...)
theme
library(ggplot2) mtcars$cyl <- factor(mtcars$cyl) ggplot(mtcars, aes(y=mpg, x=disp, color=cyl)) + geom_point() + theme_karl()
Run the code above in your browser using DataLab