| cluster.molecule | R Documentation | 
Cluster molecules
cluster.molecule(
  data,
  method = "pearson",
  linkage = "average",
  absolute = FALSE
)
| data | matrix or data frame | 
| method | c("pearson", "spearman", "kendall", "euclidean", "maximum", "manhattan", "canberra", "binary", or "minkowski") | 
| linkage | c("average", "ward", "single", "complete", "mcquitty", "median", "centroid") | 
| absolute | if TRUE, then 1-|COR| else 1-COR, default is FALSE | 
an object of class 'hclust'
Atsushi Fukushima
cluster.molecule(as.matrix(t(iris[,1:4])), "pearson", "average")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.