theme_karl | R Documentation |
Karl's ggplot2 theme: black border and no ticks
theme_karl(base_size = 12, base_family = "", ...)
karl_theme(base_size = 12, base_family = "", ...)
base_size |
Base font size |
base_family |
Base font family |
... |
Passed to |
An object as returned by ggplot2::theme()
ggplot2::theme()
library(ggplot2)
mtcars$cyl <- factor(mtcars$cyl)
ggplot(mtcars, aes(y=mpg, x=disp, color=cyl)) +
geom_point() + theme_karl()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.