theme_wpa {wpa} | R Documentation |
Main theme for 'wpa' visualisations
Description
A theme function applied to 'ggplot' visualisations in 'wpa'. Install and load 'extrafont' to use custom fonts for plotting.
Usage
theme_wpa(font_size = 12, font_family = "Segoe UI")
Arguments
font_size |
Numeric value that prescribes the base font size for the plot. The text elements are defined relatively to this base font size. Defaults to 12. |
font_family |
Character value specifying the font family
to be used in the plot. The default value is |
Value
Returns a ggplot object with the applied theme.
See Also
Other Themes:
theme_wpa_basic()
[Package wpa version 1.9.1 Index]