Learn R Programming

quickPlot (version 0.1.1)

.makeQuickPlot: Make a .quickPlot class object

Description

Builds a .quickPlot object from a list of objects.

Usage

.makeQuickPlot(plotObjects, plotArgs, whichQuickPlottables, ...)

# S4 method for list,list .makeQuickPlot(plotObjects, plotArgs, whichQuickPlottables, ...)

# S4 method for list,missing .makeQuickPlot(plotObjects, plotArgs, whichQuickPlottables, ...)

# S4 method for missing,missing .makeQuickPlot(plotObjects, plotArgs, whichQuickPlottables, ...)

Arguments

plotObjects

list. Any plot objects.

plotArgs

list. Any arguments that the the grid package can accept for the specific grob types, e.g., rasterGrob, polygonGrob, etc.

whichQuickPlottables

Logical indicating which objects in the Plot call can be plotted by Plot.

...

additional arguments. Currently nothing.

Value

A .quickPlot object, which has 2 slots, one for the plot arrangement (i.e., layout and dimensions) and onefor all of the quickPlotGrobs (stored as a quickPlotGrobList of lists .quickPlotGrob objects).