.makeList {quickPlot} | R Documentation |
Convert plotArgs
to list of lists
Description
Internal function. Take the inputs as plotArgs
to the Plot function, and make
them a list of length numQuickPlotObjects
entries of lists.
Usage
.makeList(plotArgs, numQuickPlotObjects)
## S4 method for signature 'list'
.makeList(plotArgs, numQuickPlotObjects)
Arguments
plotArgs |
list. Any arguments that the the grid package can accept for
the specific grob types, e.g., |
numQuickPlotObjects |
Numeric. The number of |
Author(s)
Eliot McIntire
[Package quickPlot version 1.0.2 Index]