Description Usage Arguments Author(s) See Also Examples
This is an interactive wrapper for JointUniquePairs plot functions allowing to subset the data on the UniquePairsMatch object and select customazable drawing parameters through the graphical selection dialog.
1 2 |
data |
The data to be plotted. |
plotFun |
The plotting function. |
plotType |
Selection dialog caption |
toggle_keys |
The |
keys |
The |
idMapNames |
Either a |
new.plot |
|
file.copy |
|
copy.zoom |
Zoom factor used when saving plot in a file. Default is 1. |
verbose |
If |
... |
Additional graphical parameters. |
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
#plot correlation densities choosing the DB set interactively
examples$jointUniquePairs@interactive.plot(
examples$corr,examples$jointUniquePairs$corr.plot,"correlation plot",idMapNames="loop",
toggle_keys=list(plot.Union=TRUE,subsetting=TRUE),
keys=list(),
new.plot=FALSE,file.copy=FALSE,
lineColors=NULL,lineStyles=NULL,lineWidths=2,verbose=TRUE);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.