SpaDES (version 1.3.1)

.updateSpadesPlot: Merge two SpaDES Plot objects

Description

Merges two .spadesPlot objects

Usage

.updateSpadesPlot(newSP, curr, ...)

# S4 method for .spadesPlot,list .updateSpadesPlot(newSP, curr, ...)

# S4 method for .spadesPlot,missing .updateSpadesPlot(newSP, curr, ...)

Arguments

newSP

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

curr

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

...

Additional arguments. Currently none implemented.