diff --git a/README.html b/README.html index 60436bbe..539d01cf 100644 --- a/README.html +++ b/README.html @@ -769,14 +769,14 @@
You can use the distance
and method
argument to control the dendrogram builind proce.
One useful function of dendrogram is to cut the columns/rows into
groups. You can specify k
or h
, which works
@@ -784,7 +784,7 @@
In contrast to align_group
, align_kmeans
,
and align_reorder
, align_dendro
is capable of
@@ -797,7 +797,7 @@
align_dendro
will create a default node
data for the ggplot. See ?dendrogram_data
for details. In
@@ -810,7 +810,7 @@
align_dendro
is also capable of performing clustering
between groups. This means that you can use it even if there are already
@@ -820,7 +820,7 @@
You can reorder the groups by setting
reorder_group = TRUE
.
You can see the difference.
ggheatmap(small_mat) +
@@ -837,7 +837,7 @@ align_dendro
align_dendro(aes(color = branch), reorder_group = TRUE) +
hmanno("b") +
align_dendro(aes(color = branch), reorder_group = FALSE)
It is important to understand that when
reorder_group = FALSE
is used, the reordering of the
@@ -896,7 +896,7 @@
align_gg
The different ggplot objects were combined using the @@ -927,7 +927,7 @@
The position scales and facets are partial support.
@@ -964,7 +964,7 @@sessionInfo()
@@ -991,16 +991,20 @@ Session information
#> [1] ggalign_0.0.1 ggplot2_3.5.1
#>
#> loaded via a namespace (and not attached):
-#> [1] gtable_0.3.5 dplyr_1.1.4 compiler_4.4.0 highr_0.11
-#> [5] tidyselect_1.2.1 tidyr_1.3.1 scales_1.3.0 yaml_2.3.8
-#> [9] fastmap_1.2.0 ggh4x_0.2.8 R6_2.5.1 labeling_0.4.3
-#> [13] generics_0.1.3 patchwork_1.2.0 knitr_1.47 tibble_3.2.1
-#> [17] munsell_0.5.1 pillar_1.9.0 RColorBrewer_1.1-3 rlang_1.1.4
-#> [21] utf8_1.2.4 xfun_0.45 viridisLite_0.4.2 cli_3.6.3
-#> [25] withr_3.0.0 magrittr_2.0.3 digest_0.6.36 grid_4.4.0
-#> [29] lifecycle_1.0.4 vctrs_0.6.5 evaluate_0.24.0 glue_1.7.0
-#> [33] farver_2.1.2 fansi_1.0.6 colorspace_2.1-0 rmarkdown_2.27
-#> [37] purrr_1.0.2 tools_4.4.0 pkgconfig_2.0.3 htmltools_0.5.8.1