powered by
Karl's ggplot2 theme: black border and no ticks
theme_karl(base_size = 12, base_family = "", ...)karl_theme(base_size = 12, base_family = "", ...)
karl_theme(base_size = 12, base_family = "", ...)
Base font size
Base font family
Passed to ggplot2::theme()
ggplot2::theme()
An object as returned by ggplot2::theme()
# NOT RUN { 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