| run.cutree | R Documentation | 
run cutree on rows of the given matrix
run.cutree(
  dat,
  method.hclust = "ward.D2",
  method.distance = "spearman",
  k = NULL,
  ...
)
| dat | data frame or matrix; | 
| method.hclust | character; clustering method for hclust [default: "ward.D2"] | 
| method.distance | character; distance method for hclust [default: "spearman"] | 
| k | integer; number of clusters [default: NULL] | 
| ... | parameters passed to cutree | 
cutree on rows of the given matrix
a matrix with dimention as input ( samples in rows and variables in columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.