.makeQuickPlot {quickPlot} | R Documentation |
Make a .quickPlot
class object
Description
Builds a .quickPlot
object from a list of objects.
Usage
.makeQuickPlot(plotObjects, plotArgs, whichQuickPlottables, ...)
## S4 method for signature 'list,list'
.makeQuickPlot(plotObjects, plotArgs, whichQuickPlottables, ...)
## S4 method for signature 'list,missing'
.makeQuickPlot(plotObjects, plotArgs, whichQuickPlottables, ...)
## S4 method for signature '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., |
whichQuickPlottables |
Logical indicating which objects in the
|
... |
additional arguments. Currently nothing. |
Value
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).
Author(s)
Eliot McIntire
[Package quickPlot version 1.0.2 Index]