View source: R/add_dendrogram.R
cluster_data | R Documentation |
Cluster data using hierarchical clustering or use provided clustering.
cluster_data(
cluster_input,
mat,
cluster_distance,
cluster_method,
dend_options = NULL
)
cluster_input |
Either a logical indicating if data should be clustered, or a |
mat |
Matrix to cluster. |
cluster_distance |
Distance metric for clustering. |
cluster_method |
Clustering method for |
dend_options |
List or functional sequence specifying |
List containing the dendrogram and clustering objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.