meme_save {meme} | R Documentation |
meme_save
Description
save meme plot
Usage
meme_save(x, file, width = NULL, height = NULL, ...)
Arguments
x |
meme output |
file |
output file |
width |
width of graph |
height |
height of graph |
... |
additional arguments for ggsave |
Author(s)
guangchuang yu
Examples
f <- system.file("angry8.jpg", package="meme")
x <- meme(f, "code", "all the things!")
outfile <- tempfile(fileext = ".png")
meme_save(x, outfile)
[Package meme version 0.2.3 Index]