.quickPlot
class objectBuilds a .quickPlot
object from a list of objects.
.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, ...)
A .quickPlot()
object, which has 2 slots, one for the plot arrangement
(i.e., layout and dimensions) and one for all of the quickPlotGrobs
(stored as a quickPlotGrobList
of lists .quickPlotGrob
objects).
list. Any plot objects.
list. Any arguments that the the grid package can accept for
the specific grob types, e.g., rasterGrob
, polygonGrob
, etc.
Logical indicating which objects in the
Plot
call can be plotted by Plot
.
additional arguments. Currently nothing.
Eliot McIntire