theme_pdw_facet: A Second Cone Theme for Facet Charts

Description Usage Arguments See Also

Description

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.

Usage

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",
  ...
)

Arguments

base_size

the base size of the ggplot with default of 10

plot_title_size

the size of the title plot with default of 18

plot_subtitle_size

the size of the title plot with default of 16

strip_text_size

the size of the facet strip text with default of 12

legend.position

default of "top"

background_color

the background color of the blot with default of #F9F9F9

...

any additional parameters to pass to ggplot2::theme

See Also

Other EA ggplot themes: theme_pdw()


phildwalker/pdwtheme documentation built on Feb. 4, 2021, 2:31 p.m.