From cea34e52702310b7869df9d4d11f5578e94c2fe7 Mon Sep 17 00:00:00 2001 From: TuomasBorman Date: Sat, 5 Oct 2024 19:55:56 +0300 Subject: [PATCH] Fix reference --- inst/pages/clustering.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/pages/clustering.qmd b/inst/pages/clustering.qmd index b7b933b6..e60719ae 100644 --- a/inst/pages/clustering.qmd +++ b/inst/pages/clustering.qmd @@ -136,7 +136,7 @@ dend |> set("labels_cex", 0.8) |> plot() We can also visualize the clusters by projecting the data onto two-dimensional surface that captures the most variability in the data. In this example, we use -multi-dimensional scaling (MDS) (see [@sec-unsupervised-ordinantion]). +multi-dimensional scaling (MDS) (see [@sec-unsupervised-ordination]). ```{r hclust3} library(scater)