plot_theme.Rd
Custom ggplot theme
plot_theme( main_font = "sans", title_font = "sans", hjust = 0, text_col = "black", bg_col = "white" )
Font used for all text elements except the title. Default "sans".
Font used for the title. Default "sans".
Horizontal alignment of title, subtitle, and caption. Default 0.
Text colour. Default "black".
Background colour. Default "white".
A ggplot2 theme