- base_size
Numeric. Default font size for plot elements. Defaults to
12
.
- base_family
Character. Font family used for text in the plot. Defaults
to "Work Sans"
.
- base_color
Character. Hex color code for primary plot elements (e.g.,
axis text, legend text). Defaults to "#70C8B8"
.
- base_color_title
Character. Hex color code for plot title and legend
title text. Defaults to "#03617A"
.
- title_text_size
Numeric. Font size for plot title text. Defaults to
base_size * 1.1
.
- subtitle_text_size
Numeric. Font size for plot subtitle text. Defaults
to base_size * 1.05
.
- caption_color
Character. Hex color code for plot caption text.
Defaults to "#19405B"
.
- legend_position
Character. Legend position on the plot. Accepts "top",
"bottom", "left", or "right". Defaults to "top"
.
- vjust_title
Numeric. Vertical justification of the plot title.
Defaults to 0
.
- vjust_subtitle
Numeric. Vertical justification of the plot subtitle.
Defaults to 0
.
- hjust_title
Numeric. Horizontal justification of the plot title.
Defaults to 0
.
- hjust_subtitle
Numeric. Horizontal justification of the plot subtitle.
Defaults to 0
.
- axis_lines
Logical. If TRUE
, axis lines are drawn in base_color
;
otherwise, they are hidden. Defaults to FALSE
.
- facets
Logical. If TRUE
, additional formatting for facet plots is
applied. Defaults to FALSE
.
- facet_text_size
Numeric. If facets = TRUE
, size formatting for facet
text (strip.text
) is applied. Defaults to base_size
.
- draw_panel_border
Logical. If TRUE
, a border is drawn around panels
in facet plots. Defaults to FALSE
.
- ...
Additional arguments passed to ggplot2::theme
for further
customization.