Description Usage Arguments Examples
Function that prints a dendogram using ggplot. Was modified from ggdendrogram . Refer to ggdendro package http://www.icesi.edu.co/CRAN/web/packages/ggdendro/vignettes/ggdendro.pdf . Full description of how to print dendograms here: http://rstudio-pubs-static.s3.amazonaws.com/1876_df0bf890dd54461f98719b461d987c3d.htmlThe correlation coeficient appears in the lower diagonal and the p-values based * are in the upper diagonal.
1 2 |
segments |
If TRUE, show line segments |
labels |
if TRUE, shows segment labels |
leaf_labels |
if TRUE, shows leaf labels |
rotate |
if TRUE, rotates plot by 90 degrees |
theme_dendro |
if TRUE, applies a blank theme to plot (see theme_dendro) |
... |
other parameters passed to geom_text |
Either |
a dendro object or an object that can be coerced to class dendro using the dendro_data function, i.e. objects of class dendrogram, hclust or tree |
1 | ggDendrogram_MSF(DATA, rotate=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.