Skip to content

Commit

Permalink
Update 06-k-means.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Mar 7, 2024
1 parent dfa6a89 commit 545e471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes_rmd/06-k-means.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ boostrap replicate. Similarly, the off-diagonal elements represent how often
observations swap between clusters in bootstrap replicates. High scores
indicate that observations rarely swap between clusters.

```{r bs-heatmap, fig.cap="Grid of empirical cluster swapping behaviour estimated by the bootstrap samples.", fig.alt="Grid of 16 squares labelled 1-4 on each of the x and y axes. The diagonal and off-diagonal squares of the grid are coloured in green, indicating the highest scoring value of 1 according to the legend. The lower triangular squares are coloured in grey, indicating NA values since these would be the same as the upper triangular squares.}
```{r bs-heatmap, fig.cap="Grid of empirical cluster swapping behaviour estimated by the bootstrap samples.", fig.alt="Grid of 16 squares labelled 1-4 on each of the x and y axes. The diagonal and off-diagonal squares of the grid are coloured in green, indicating the highest scoring value of 1 according to the legend. The lower triangular squares are coloured in grey, indicating NA values since these would be the same as the upper triangular squares."}
library("pheatmap")
library("bluster")
library("viridis")
Expand Down

0 comments on commit 545e471

Please sign in to comment.