af.hclust | R Documentation |
Cluster analysis of data.frame.
af.hclust( data, dist.function = function(x) as.dist(1 - cor(x)), method = "complete", k = NULL, plot = T )
data |
Numeric data.frame. |
Cluster analysis of data.frame.
af.hclust(data.frame(x=rnorm(100),y=rnorm(100)+scale(1:100),z=rnorm(100)+scale(1:100)));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.