Learn R Programming

quickPlot (version 0.1.1)

.updateQuickPlot: Merge two quickPlot objects

Description

Merges two .quickPlot objects

Usage

.updateQuickPlot(newSP, curr, ...)

# S4 method for .quickPlot,list .updateQuickPlot(newSP, curr, ...)

# S4 method for .quickPlot,missing .updateQuickPlot(newSP, curr, ...)

Arguments

newSP

The "new" .quickPlot object. I.e., the new merges and overwrites into current.

curr

The "current" .quickPlot object. I.e., the one to be merged into.

...

Additional arguments. Currently none implemented.