Learn R Programming

meme (version 0.2.3)

meme_save: 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

Examples

Run this code
# 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