add_axis_labels | R Documentation |
add_axis_labels()
adds axis labels to a ggplot
object.
add_axis_labels(gg_obj, xlab = NULL, ylab = NULL)
gg_obj |
A |
xlab |
The x axis label |
ylab |
The y axis label |
The modified ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.