meme {meme} | R Documentation |
meme
Description
create meme
Usage
meme(
img,
upper = "",
lower = "",
size = "auto",
color = "white",
font = "Impact",
vjust = 0.05,
bgcolor = "black",
r = 0.2,
density = NULL
)
Arguments
img |
path or url |
upper |
upper text |
lower |
lower text |
size |
size of text |
color |
color of text |
font |
font family of text |
vjust |
vertical adjustment of captions |
bgcolor |
background color of shadow text |
r |
ratio of shadow text |
density |
resolution to render pdf or svg |
Value
grob object
Author(s)
guangchuang yu
Examples
f <- system.file("angry8.jpg", package="meme")
meme(f, "code", "all the things!", font = "Helvetica")
[Package meme version 0.2.3 Index]