Description Usage Arguments Author(s) See Also Examples
Plot the density distributions for a given Corr object or list of Corr objects. The method can be used as object specific as well as static. In the latter case the method can accept a list of Corr objects using Corr$plot(corrList) call signature.
1 2 |
dataList |
the list of Corr objects (used if static version of method invoked). Default is $NULL. |
title |
main plot title. Default is 'nonparametric density fit'. |
lineColors |
the vector of line colors (recycled if necessary)
for plotting the distributions of different Corr objects.
If |
lineStyles |
the vector of line styles (recycled if necessary)
for plotting the distributions of different Corr objects.
If |
lineWidths |
the vector of line widths (recycled if necessary) for plotting the distributions of different Corr objects. Default is 2. |
verbose |
if |
cex.main |
Main title font size. Default is 1.2. |
cex.lab |
X and Y titles font size. Default is 1. |
cex.axis |
X and Y axis labels font size. Default is 1. |
cex.legend |
font size for the plot legend. Default is 1. |
par.zoom |
graphics parameters zoom factor. Scales the graphical parameters like cex, lwd, mai etc. Used to plot into the file based device with dimensions 'zoom' times bigger than for on-screen device. |
... |
additional graphical parameters |
Alex Lisovich, Roger Day
For more information see Corr
.
1 2 3 4 5 6 7 8 9 | examples$corr$plot();
#create a set of corr. objects for a given DB subset treating subset
#as a full group and then plot the correlation densities including union
corrSet<-examples$jointUniquePairs$getCorr(examples$corr,
groups=c("union","EnVision_Q","NetAffx_Q","DAVID_Q","EnVision_Q"),
full.group=TRUE,verbose=TRUE);
Corr$plot(corrSet);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.