Use an HDAdvisors-branded ggplot2 theme

theme_hda(
  base_size = 14,
  base_family = "Lato",
  flip_gridlines = FALSE,
  output_format = NULL,
  ...
)

Arguments

base_size

The base size of text elements; defaults to 14

base_family

The base font family; defaults to "Lato"

flip_gridlines

Orientation of major gridlines; defaults to FALSE for y-axis

output_format

Optional manual specification of output format

...

Additional arguments passed to ggplot2::theme()