View source: R/bcg_theme_modern.R
Create a ggplot2 theme in the style of modern, new school BCG charts
1 2 3 4 5 6 7 | bcg_theme_modern(
base_size = 16,
background = "white",
legend = "bottom",
y_axis = FALSE,
flipped = FALSE
)
|
base_size |
Size for text elements. Defaults to 18 |
background |
"white" by default. |
legend |
"bottom" by default. |
y_axis |
FALSE by default. Set TRUE to add a y axis |
flipped |
FALSE by default. |
base_family |
Font family for text elements. Defaults to "sans", indistinguishable from Arial. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.