.objectNames {quickPlot} | R Documentation |
Extracts the object names
Description
Internal function primarily used from Plot
.
Usage
.objectNames(calledFrom = "Plot", argClass = ".quickPlotObjects", argName = "")
Arguments
calledFrom |
character vector of length 1, indicating which function
call is desired. Defaults to |
argClass |
character vector of length 1, indicating which class is
being searched for among the arguments.
Defaults to |
argName |
character vector of length 1, or |
Value
NULL
. This function is invoked for its side effects.
Author(s)
Eliot McIntire
[Package quickPlot version 1.0.2 Index]