| theme_eedark | R Documentation |
[ggplot2] theme based loosely on theme_ipsum from hrbrthemes.
theme_eedark( size = 10, base_font = "sans", base_color = "#cfd8dc", accent_color = "#717786", faceted = FALSE )
size |
base font size |
base_font |
base font family |
base_color |
color of text and ticks |
accent_color |
color of grid lines |
faceted |
logical. TRUE will reduce margins to make facets larger |
link{theme_ee}
## Not run:
library(ggplot2)
library(dplyr)
#basic scatterplot
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
labs(x = "miles per gallon",
y = "weight",
title = "Scatterplot example",
subtitle = "this is a subtitle",
caption = "by bret bretterson") +
theme_eedark()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.