"interactive.plot"(this, data, plotFun, plotType, toggle_keys=list(), keys=list(), idMapNames="loop", new.plot=FALSE, file.copy=FALSE, copy.zoom=1, verbose=TRUE, ...)
list
of logical
toggling custom keys controlling the drawing process. Once set, their value
remains unchanged during subsequent drawing cycles ('loop' mode) until user toggles the key again.
Internally, this list is automatically prepended by file.copy toggling key allowing to turn
saving current plot into the file on and off. Default is empty list.character
vector of ID Map names, 'menu' or 'loop'. If ID Map names, the data for plotting are generated
by subsetting the data on a set of ID pairs from the match corresponding to the given ID Map set. If 'menu' or 'loop',
user can select ID Map set interactively from the graphical selection dialog simultaneously controlling plot destination
(same or new graphic device), wherther or not the plot should be saved in a file as well as additional control parameters defined
by toggle_keys and keys. If 'loop', the interactive drawing cycle repeats untill the user cancells the process. Default is 'loop'.JointUniquePairs
.