add_title_caption | R Documentation |
add_title_caption()
adds a title, subtitle, and/or caption with
standardized settings to a ggplot
object.
add_title_caption(gg_obj, title = NULL, subtitle = NULL, caption = NULL)
gg_obj |
A |
title |
The title of the plot |
subtitle |
The subtitle of the plot |
caption |
The caption of the plot |
The modified ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.