Description Usage Arguments Details Value Author(s) Examples
Generate ggplot title and label instructions
1 2 3 4 5 6 7 8 9 10 11 |
x |
The character label for the horizontal axis. |
y |
x The character label for the vertical axis. |
color |
The character title for the color scale legend. |
shape |
The character title for the point shape legend. |
size |
The character title for the point size legend. |
fill |
The character title for the color fill legend. |
group |
The character title for the group legend. |
title |
The character title for the plot title. |
subtitle |
The character title for the plot subtitle |
If any argument is NULL
, the corresponding label is not set.
Title and label instructions for ggplot
as a character value.
Kevin Rue-Albrecht
1 | cat(.buildLabs(y = "Title for Y axis", color = "Color label"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.