theme_brookings | R Documentation |
A theme following the Brookings style guide.
theme_brookings(
base_size = 14,
base_family = "Inter",
base_line_size = base_size/24,
base_rect_size = base_size/24,
web = FALSE,
ticks = TRUE
)
base_size |
base font size, given in pts. |
base_family |
base font family. Default is "Inter". |
base_line_size |
line size in mm. |
base_rect_size |
border size in mm. |
web |
If TRUE sets the plot background color to the Brookings website background color |
ticks |
include axis ticks. Default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.