11
2-
32<!-- README.md is generated from README.Rmd. Please edit that file -->
43
54# ggdendro <img src =' man/figures/logo.png ' align =" right " height =" 139 " />
@@ -28,7 +27,7 @@ text from the various clustering models:
2827- ` dendro_data() ` extracts cluster information from the model object,
2928 e.g. cluster allocation, line segment data or label data.
3029
31- The ` dendro_data ` object has methods for the following classes:
30+ The ` dendro_data ` object has methods for the following classes:-
3231
3332- ` tree `
3433- ` hclust `
@@ -65,24 +64,21 @@ ggplot() +
6564 scale_y_reverse(expand = c(0.2 , 0 ))
6665```
6766
68- <img src="man/figures/README-unnamed-chunk-2-1.png"
69- style="width:100.0%" />
67+ <img src =" man/figures/README-unnamed-chunk-2-1.png " width =" 100% " />
7068
7169``` r
7270
7371# ## demonstrate plotting directly from object class hclust
7472ggdendrogram(hc )
7573```
7674
77- <img src="man/figures/README-unnamed-chunk-2-2.png"
78- style="width:100.0%" />
75+ <img src =" man/figures/README-unnamed-chunk-2-2.png " width =" 100% " />
7976
8077``` r
8178ggdendrogram(hc , rotate = TRUE )
8279```
8380
84- <img src="man/figures/README-unnamed-chunk-2-3.png"
85- style="width:100.0%" />
81+ <img src =" man/figures/README-unnamed-chunk-2-3.png " width =" 100% " />
8682
8783``` r
8884
@@ -92,8 +88,7 @@ ggdendrogram(hcdata, rotate = TRUE) +
9288 labs(title = " Dendrogram in ggplot2" )
9389```
9490
95- <img src="man/figures/README-unnamed-chunk-2-4.png"
96- style="width:100.0%" />
91+ <img src =" man/figures/README-unnamed-chunk-2-4.png " width =" 100% " />
9792
9893# Use ` dendextend ` instead
9994
0 commit comments