plotList {Rggobi} | R Documentation |
This is used to gather individual plot description or template objects into a collection to make it easier to dispatch methods and also to optionally associate a layout for this collection. This essentially acts as another form of template or display description.
plotList(..., mfrow=NULL, cells=NULL)
... |
one or more plot description objects. |
mfrow |
the grid dimensions for arranging the plot
in plotLayout |
cells |
the cells the individual plots are to occupy
in the grid layout. These are typically computed by a call
to gtkCells . |
A list containing the arguments
plots |
a list |
mfrow |
|
cells |
given as an object of class ggobiPlotList
Duncan Temple Lang
ashDescription
scatterplotDescription
scatmatrixDescription
parallelCoordDescription
plotLayout
resolvePlotDescription
plotList(ashDescription("tars1"), scatterplotDescription("tars1", "head"))