theme_emu | R Documentation |
This function gives a nice looking theme for ggplot graphs.
theme_emu(
base_size = 11,
base_family = NULL,
base_line_size = base_size/22,
base_rect_size = base_size/22
)
base_size |
Size for letters. |
base_family |
Font used for the elements on the plot, different from those inserted with geom_text. |
base_line_size |
Line size |
base_rect_size |
Base rect size |
A theme for ggplot graphics.
theme(base_size = 30, base_family = "Gotham Rounded Book")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.