View source: R/bcg_theme_classic.R
Create a ggplot2 theme in the style of classic, old-school BCG charts
1 2 3 4 5 6 | bcg_theme_classic(
base_size = 16,
background = "white",
legend = "bottom",
flipped = FALSE
)
|
base_size |
Size for text elements. Defaults to 16 |
background |
"white" by default |
legend |
"bottom" by default. |
flipped |
"FALSE" by default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.