do_hclust | R Documentation |
Performs hierarchical clustering on data frame
do_hclust( data_, scale = T, distance.method = "euclidean", clustering.method = "complete", plot = T, input, output = "data_hclust" )
data_ |
data list |
scale |
Scale data (Z-score)? |
distance.method |
method to calculate distance; see ?dist for options |
clustering.method |
method to cluster columns and rows; see ?hclust for options |
plot |
generate default plot with plot_heatmap() |
input |
name of input data |
output |
name of output data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.