View source: R/dendroHeatmap.R
dendroHeatmap | R Documentation |
Creates A Heatmap With Marginal Dendrogram(s)
dendroHeatmap(x, dendRow, dendCol = NULL, topDGadd = NULL, rightDGadd = NULL, topDGsize = 10, rightDGsize = 10, colLabels = NULL, ...)
x |
the numerical matrix to be plotted |
dendRow |
a |
dendCol |
a |
topDGadd |
top dendrogram, a list passed to |
rightDGadd |
right dendrogram, a list passed to |
topDGsize |
passed to |
rightDGsize |
passed to |
colLabels |
column labels |
... |
parameters passed to |
an object of class "trellis
"
Lattice
, lattice::levelplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.