View source: R/plotDendogram.R
plotDendogram | R Documentation |
Helper function that takes clustering data (hclust()) as input and plots a dendogram using ggplot and ggdendro
plotDendogram(hclust_data, axis = "rows")
hclust_data |
Output from |
axis |
Characteer of length 1. Either "rows" or "cols". If rows, the dendogram is made to be placed in the left of the Y axis; if cols, the dendogram is made to be placed in the top of the X axis. |
amitjavilaventura
ggpubr
ggdendro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.