.existsQuickPlot {quickPlot} | R Documentation |
Is an object defined in the .quickPlotEnv
environment?
Description
Internal function. Simple wrapper for exists()
.
Usage
.existsQuickPlot(x, ...)
## S4 method for signature 'ANY'
.existsQuickPlot(x, ...)
Arguments
x |
An object name, given as a character string. No coercion is done, and the first element of a character vector of length greater than one will be used, with a warning. |
... |
Additional arguments passed to |
Author(s)
Alex Chubaty
[Package quickPlot version 1.0.2 Index]