Description Usage Arguments See Also
This theme is designed for use in Facet Charts
called by ggplot2::facet_grid
or ggplot2::facet_wrap
. It adds
color to the strip background and a black outline around the individual
small multiple charts.
1 2 3 4 5 6 7 8 9 | theme_pdw_facet(
base_size = 10,
plot_title_size = 18,
plot_subtitle_size = 16,
strip_text_size = 12,
legend.position = "top",
background_color = "#F9F9F9",
...
)
|
base_size |
the base size of the ggplot with default of |
plot_title_size |
the size of the title plot with default of |
plot_subtitle_size |
the size of the title plot with default of |
strip_text_size |
the size of the facet strip text with default of |
legend.position |
default of |
background_color |
the background color of the blot with default of |
... |
any additional parameters to pass to |
Other EA ggplot themes:
theme_pdw()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.