style_ggplot: Quick styling options

style_ggplotR Documentation

Quick styling options

Description

Shortcut function that combines to commands into one: Center a title and remove grid lines on a ggplot figure.

Usage

style_ggplot(gg_graph, center_title, remove_gridlines)

Arguments

gg_graph

a ggplot figure

center_title

Centers the title on a ggplot figure. Two-option toggle that can be set to TRUE or FALSE.

remove_gridlines

Removes the grid lines on a ggplot figure. Two-option toggle that can be set to TRUE or FALSE.


ryan-a-schneider/legaldmlab documentation built on July 2, 2023, 5:02 a.m.