plotList {Rggobi}R Documentation

Collection of Plot description/templates

Description

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.

Usage

plotList(..., mfrow=NULL, cells=NULL)

Arguments

... 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.

Value

A list containing the arguments

plots a list
mfrow
cells

given as an object of class ggobiPlotList

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

ashDescription scatterplotDescription scatmatrixDescription parallelCoordDescription plotLayout resolvePlotDescription

Examples

  plotList(ashDescription("tars1"), scatterplotDescription("tars1", "head"))

[Package Rggobi version 1.1-3 Index]