meme_save: meme_save

View source: R/meme.R

meme_saveR 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)

meme documentation built on Aug. 24, 2025, 9:08 a.m.