| theme_carKer | R Documentation |
Theme function used in the Carolina Kernels final project.
theme_carKer()
## Not run:
p1 <- ggplot2::diamonds %>%
dplyr::slice(1:100) %>%
ggplot(aes(x, y)) +
geom_point()
p1 + theme_carKer()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.