ezCorrelationPlot | R Documentation |
Does a correlation plot.
ezCorrelationPlot(
z,
cond = NULL,
condOrder = NULL,
main = "Correlation",
labels = NULL,
condLabels = NULL,
plotLabels = nrow(z) < 100,
colors = NULL
)
z |
the data to plot. |
cond |
a character vector specifying the conditions. |
condOrder |
a sorted character vector specifying the order of the conditions. |
main |
a character specifying the main title of the plots. |
labels |
a character vector specifying axis labels. |
condLabels |
a character vector specifying condition labels. |
plotLabels |
a logical specifying whether to do plot labels. |
colors |
a character vector containing colors. |
Rehrauer, Hubert
Schmid, Peter
ezCorrelationPlot(z=matrix(1:100,10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.