Description Usage Arguments Value Author(s) See Also Examples
Plot dendrogram tree
1 | get_dendrogram(dd)
|
dd |
dendrogram object |
A dendrogram plot
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 5 6 7 8 9 10 | data("full_processed_profile_large", package="phyloprofile")
data <- full_processed_profile_large
profile_type <- "binary"
profiles <- get_data_clustering(
data, profile_type, var1_aggregate_by, var2_aggregate_by)
dist_method <- "mutual_information"
distance_matrix <- get_distance_matrix(profiles, dist_method)
cluster_method <- "complete"
dd <- cluster_data_dend(distance_matrix, cluster_method)
get_dendrogram(dd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.