geom_url: geom_url

Description Usage Arguments Value Author(s)

View source: R/sticker.R

Description

add url at the lower border of the sticker

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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


hexSticker documentation built on Dec. 5, 2020, 9:06 a.m.