Description Usage Arguments Author(s) See Also Examples
Creates a boxplot for a mixture model derived from JointUniquePairs and Corr objects with optional subsetting by a group of ID Maps. This is an interactive version of JointUniquePairs@corr.boxplot utilizing the JointUniquePairs$interactive.plot wrapper functionality.
1 2 |
corr |
Corr object. |
groups |
Either ID Map names, 'menu' or 'loop'. If ID Map names, the functionality is similar to JointPairsMatch$mixture.boxplot If 'menu' or 'loop', user can select the ID Map set interactively from the graphical selection dialog simultaneously controlling the plot destination (same or new graphic device) wherther or not the plot should be saved in a file etc. If 'loop', the interactive drawing cycle repeats untill the user cancells the process. |
G |
Number of components in mixture model. If G is a |
plot.G |
The mixture component to be used for plotting. If NULL, the highest-order component of the mixture model is used. |
show.None |
If not |
new.plot |
|
file.copy |
|
.
subsetting |
If |
srt |
Match group label orientation. The default is 0. |
adj |
|
verbose |
If |
... |
Additional graphical parameters |
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #boxplot of correlations by match group for a given DB set (using short names)
#treating the given DB set as a full group (subsetting=TRUE)
DBs=list("NetAffx_Q"="AffQ","DAVID_Q"="DQ","EnVision_Q"="EnV");
examples$jointUniquePairs$interactive.mixture.boxplot(examples$corr,
groups=DBs,
subsetting=TRUE,new.plot=TRUE,file.copy=FALSE,G=c(1:5),plot.G=2,
srt=30,adj=0,cex=1,cex.lab=1.2,cex.axis=1.2,cex.main=1.2,verbose=TRUE);
## Not run:
#boxplot of correlations by match group choosing the DB set interactively
examples$jointUniquePairs$interactive.mixture.boxplot(examples$corr,multiline=TRUE,
G=c(1:5),plot.G=2,
srt=45,adj=0,cex=1,cex.lab=1,cex.axis=1,cex.main=1.2,verbose=TRUE);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.