heat_dend | R Documentation |
Plot heatmap with dendrogram on both sides using lattice
heat_dend(
mat,
x.rot = 60,
col = c("red", "white", "blue"),
cex = 0.5,
xlab = "",
ylab = "",
main = "",
...
)
mat |
a data matrix for plotting. |
x.rot |
the rotate degree. |
col |
colours for heatmap. |
cex |
font size. |
xlab , ylab , main |
character strings for |
... |
further parameters for |
an object of class lattice
.
heat_dend(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.