SpaDES (version 1.2.0)

objectNames: Extracts the object names

Description

Internal function primarily used from Plot.

Usage

objectNames(calledFrom = "Plot", argClass = ".spadesPlotObjects", argName = "")

Arguments

calledFrom
character vector of length 1, indicating which function call is desired. Defaults to Plot.
argClass
character vector of length 1, indicating which class is being searched for among the arguments. Defaults to .spadesPlotObjects.
argName
character vector of length 1, or NULL, indicating if the arguments to select have a name, no name (empty string), or do not use name (NULL).

Value

NULL. This function is invoked for its side effects.