Description Usage Arguments Author(s) See Also Examples
Plots the correlation densities of the empirical fit, mixture fit and each of the mixture components 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$mixture.plot unitilizing 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 JointUniquePairs$mixture.plot If 'menu' or 'loop', user can select the pair of ID Maps 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. |
new.plot |
|
file.copy |
|
subsetting |
If |
G |
The number of mixture model components. If a numerical vector, the optimal mixture model is computed. Default is c(1:5). |
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 | #plot mixture densities for a given DB set
#treating the given DB set as a full group (subsetting=TRUE)
examples$jointUniquePairs$interactive.mixture.plot(examples$corr,
groups=c("NetAffx_Q","DAVID_Q","EnVision_Q"),
subsetting=TRUE,new.plot=TRUE,file.copy=FALSE,G=c(1:5),
cex.lab=1.4,cex.legend=1.2,verbose=TRUE);
## Not run:
#plot mixture densities choosing the DB set interactively
examples$jointUniquePairs$interactive.mixture.plot(examples$corr,
G=c(1:5),verbose=TRUE,cex.lab=1.4,cex.legend=1.1);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.