meme_save {meme} | R Documentation |
save meme plot
meme_save(x, file, width = NULL, height = NULL, ...)
x |
meme output |
file |
output file |
width |
width of graph |
height |
height of graph |
... |
additional arguments for ggsave |
guangchuang yu
f <- system.file("angry8.jpg", package="meme")
x <- meme(f, "code", "all the things!")
outfile <- tempfile(fileext = ".png")
meme_save(x, outfile)