Skip to content

Commit

Permalink
Fix reference (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Oct 5, 2024
1 parent d39d55a commit 1ce453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/pages/clustering.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1ce453d

Please sign in to comment.