geom_url {hexSticker}R Documentation

geom_url

Description

add url at the lower border of the sticker

Usage

geom_url(
  url = "www.bioconductor.org",
  x = 1,
  y = 0.08,
  family = "Aller_Rg",
  size = 1.5,
  color = "black",
  angle = 30,
  hjust = 0,
  ...
)

Arguments

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

Value

geom layer

Author(s)

Guangchuang Yu


[Package hexSticker version 0.4.9 Index]