| cluster_within_group2 | R Documentation |
Cluster within group
cluster_within_group2(mat, factor)
mat |
A matrix of data |
factor |
A factor |
A dendrogram with ordered leaves
mat <- matrix(rnorm(100), 10, 10)
factor <- factor(rep(1:2, each = 5))
dend <- cluster_within_group2(mat, factor)
dend
plot(dend)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.