grid.echo.meme: grid.echo.meme

View source: R/plot.R

grid.echo.memeR Documentation

grid.echo.meme

Description

grid.echo method for meme object

Usage

## S3 method for class 'meme'
grid.echo(x = NULL, newpage = TRUE, prefix = NULL, ...)

Arguments

x

meme object

newpage

not use in this method

prefix

not use in this method

...

not use in this method

Details

using the solution <https://stackoverflow.com/a/18551959/3844636> to not importing grid.echo generics from gridGraphics for easy installation, since gridGraphics has system requirement of ImageMagick <https://github.com/cran/gridGraphics/blob/master/DESCRIPTION#L14>.

this method is just a hack for making cowplot to support meme object, and not used elsewhere.

Value

meme object

Author(s)

Guangchuang Yu


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