.assignQuickPlot {quickPlot} | R Documentation |
Assign to the internal quickPlot
environment.
Description
Internal function. Simple wrapper for assign()
.
Usage
.assignQuickPlot(x, value, ...)
## S4 method for signature 'character,ANY'
.assignQuickPlot(x, value, ...)
## S4 method for signature 'character,missing'
.assignQuickPlot(x, value, ...)
Arguments
x |
a variable 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. |
value |
The object to assign. If this is missing, values will be found
with |
... |
Additional arguments to pass to |
Value
Only used for its side effect, namely the object assigned to the .quickPlotEnv
Author(s)
Alex Chubaty
[Package quickPlot version 1.0.4 Index]