annotate_pilot | R Documentation |
This function is identical to annotate
in ggplot2.
The only difference is that the default arguments implement the pilot chart
style.
annotate_pilot( color = "#404040", family = getOption("pilot.annotate_family"), fontface = "plain", size = 5, ... )
color |
An RGB hex string indicating the color to use for the text. The default is "#404040". |
family |
A string indicating the font family to use for the text. The default depends on the operating system. |
fontface |
A string indicating the font face to use for the text. The default is "plain". |
size |
An integer indicating the size of the text. The default is 5. |
... |
Any other arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.