plotPvalues | R Documentation |
This function plots the p-value matrix as a tile plot.
plotPvalues(pvalue.matrix, alg.order = NULL, show.pvalue = TRUE, font.size = 5)
pvalue.matrix |
Matrix with the p-values to plot |
alg.order |
A permutation indicating the reordering of the algorithms |
show.pvalue |
Logical value indicating whether the numerical values have to be printed |
font.size |
Size of the p-values, if printed |
A ggplot
object.
drawAlgorithmGraph
, plotCD
data(data_gh_2008)
pvalues <- friedmanPost(data.gh.2008)
ordering <- order(summarizeData(data.gh.2008))
plotPvalues(pvalues, alg.order=ordering)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.