.updateQuickPlot {quickPlot} | R Documentation |
Merge two quickPlot objects
Description
Merges two .quickPlot
objects
Usage
.updateQuickPlot(newSP, curr, ...)
## S4 method for signature '.quickPlot,list'
.updateQuickPlot(newSP, curr, ...)
## S4 method for signature '.quickPlot,missing'
.updateQuickPlot(newSP, curr, ...)
Arguments
newSP |
The "new" |
curr |
The "current" |
... |
Additional arguments. Currently none implemented. |
Author(s)
Eliot McIntire
[Package quickPlot version 1.0.4 Index]