style_ggplot | R Documentation |
Shortcut function that combines to commands into one: Center a title and remove grid lines on a ggplot figure.
style_ggplot(gg_graph, center_title, remove_gridlines)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.