geom_pkgname {hexSticker} | R Documentation |
geom_pkgname
Description
add package name to sticker
Usage
geom_pkgname(
package,
x = 1,
y = 1.4,
color = "#FFFFFF",
family = "Aller_Rg",
fontface = "plain",
size = 8,
...
)
Arguments
package |
package name |
x |
x position |
y |
y position |
color |
color |
family |
font family |
fontface |
fontface, e.g. 'plain', 'bold', 'italic' |
size |
font size |
... |
addition parameters passed to geom_text() |
Value
package name layer
Author(s)
Guangchuang Yu
[Package hexSticker version 0.4.9 Index]