Description Usage Arguments See Also Examples
View source: R/gg-constructors.R
Add a subtitle or panel subtitle
1 | agg_subtitle(text, panel = NULL)
|
text |
A string for the subtitle. |
panel |
(optional) Specify a panel identifier to add a panel subtitle instead of an overall graph subtitle. You can specify a vector of panels (e.g. 'panel = c("1","3")') to apply the subtitle to multiple panels at once. |
vignette("plotting-options", package = "arphit")
for a
detailed description of all the plotting options
1 2 | arphitgg(data) + agg_subtitle("Graph Subtitle")
arphitgg(data) + agg_subtitle("Panel subtitle", panel = "1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.