Skip to content

Commit 903838e

Browse files
committed
Minor change
1 parent 10fdeef commit 903838e

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `ggdendro` package offers a generic function to extract data and text from t
3636

3737
* `dendro_data()` extracts cluster information from the model object, e.g. cluster allocation, line segment data or label data.
3838

39-
The `dendro_data` object has methods for the following classes:
39+
The `dendro_data` object has methods for the following classes:-
4040

4141
* `tree`
4242
* `hclust`

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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
7472
ggdendrogram(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
8178
ggdendrogram(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

Comments
 (0)