geom_url | R Documentation |
add url at the lower border of the sticker
geom_url(
url = "www.bioconductor.org",
x = 1,
y = 0.08,
family = "Aller_Rg",
size = 1.5,
color = "black",
angle = 30,
hjust = 0,
...
)
url |
url |
x |
x position of url |
y |
y position of url |
family |
font family |
size |
size of url |
color |
color of url |
angle |
angle of url, default is 30 |
hjust |
horizontal adjustment |
... |
additional parameters to geom_text |
geom layer
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.