meme_save: meme_save

Description Usage Arguments Author(s) Examples

View source: R/meme.R

Description

save meme plot

Usage

1

Arguments

x

meme output

file

output file

width

width of graph

height

height of graph

...

additional arguments for ggsave

Author(s)

guangchuang yu

Examples

1
2
3
4
f <- system.file("angry8.jpg", package="meme")
x <- meme(f, "code", "all the things!")
outfile <- tempfile(fileext = ".png")
meme_save(x, outfile)

meme documentation built on April 23, 2021, 5:07 p.m.