Learn R Programming

aplot (version 0.2.5)

gglist: construct a `gglist` object

Description

constructure a `gglist` object that contains a list of plots (`gglist`) and parameters (via `...`), the object can be displayed via the `plot_list()` function.

Usage

gglist(gglist, ...)

Value

gglist object

Arguments

gglist

a list of plots

...

parameters for plotting the `gglist`

Author

Guangchuang Yu