annotate_label_grey | R Documentation |
Annotating plots with a grey background
annotate_label_grey( label, x, y, size = 4, fill = "#EBEBEB99", hjust = 0, vjust = 0, label.size = 0, ... )
label |
Text to write on the plot. |
x, y |
x and y positions. |
size, fill, hjust, vjust, label.size |
Plotting aesthetics that this function handles. They can be overridden. |
... |
Other parameters to pass onto |
An annotation layer for a ggplot2 plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.