Skip to contents

Maxwell Salvatore's custom ggplot2 theme

Usage

theme_ms(
  show_grid_lines = TRUE,
  show_axis_titles = TRUE,
  show_legend_title = TRUE,
  font_family = NULL
)

Arguments

show_grid_lines

Should grid lines be shown (TRUE/FALSE)

show_axis_titles

Should axis titles be shown (TRUE/FALSE)

show_legend_title

Should axis title by shown (TRUE/FALSE)

font_family

Font to use in plot (Google Font, default = 'Public Sans')

Value

A complete ggplot2 theme