Learn R Programming

quickPlot (version 0.1.8)

.existsQuickPlot: Is an object defined in the .quickPlotEnv environment?

Description

Internal function. Simple wrapper for exists().

Usage

.existsQuickPlot(x, ...)

# S4 method for 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 exists()

Author

Alex Chubaty