makeQuickPlot: Make a '.quickPlot' class object

.makeQuickPlotR 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., 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 one for all of the quickPlotGrobs (stored as a quickPlotGrobList of lists .quickPlotGrob objects).

Author(s)

Eliot McIntire


quickPlot documentation built on July 9, 2023, 6:02 p.m.