gglist {aplot} | R Documentation |
constructure a 'gglist' object that contains a list of plots ('gglist') and parameters (via '...'), the object can be displayed via the 'plot_list()' function.
gglist(gglist, ...)
gglist |
a list of plots |
... |
parameters for plotting the 'gglist' |
gglist object
Guangchuang Yu