powered by
save meme plot
meme_save(x, file, width = NULL, height = NULL, ...)
meme output
output file
width of graph
height of graph
additional arguments for ggsave
# NOT RUN { f <- system.file("angry8.jpg", package="meme") x <- meme(f, "code", "all the things!") outfile <- tempfile(fileext = ".png") meme_save(x, outfile) # }
Run the code above in your browser using DataLab