.spadesPlot class objectBuilds a .spadesPlot object from a list of objects.
.makeSpadesPlot(plotObjects, plotArgs, whichSpadesPlottables, ...)# S4 method for list,list
.makeSpadesPlot(plotObjects, plotArgs,
whichSpadesPlottables, ...)
# S4 method for list,missing
.makeSpadesPlot(plotObjects, plotArgs,
whichSpadesPlottables, ...)
# S4 method for missing,missing
.makeSpadesPlot(plotObjects, plotArgs,
whichSpadesPlottables, ...)
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.
A .spadesPlot object, which has 2 slots, one for the plot arrangement
(i.e., layout and dimensions) and onefor all of the spadesGrobs
(stored as a spadesGrobList of lists .spadesGrob objects).