tag | R Documentation |
Add a tag inside the plot region.
tag( tag, position = c("topleft", "topright", "bottomleft", "bottomright"), margin, fontface = 2, geom = "text", ... )
tag |
Tag to display. |
position |
Position of the tag. One of |
margin |
Numeric vector indicating the space between the tag element and border of the plot region. If two values are passed, the first value defines the horizontal margin while the second value defines the vertical margin. |
fontface |
Font face of the tag element. |
geom |
Name of geom to use for annotation. |
... |
Other arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.