updateQuickPlot: Merge two quickPlot objects

.updateQuickPlotR 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" .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.

Author(s)

Eliot McIntire


PredictiveEcology/quickPlot documentation built on July 8, 2023, 1:29 a.m.