get_dendrogram: Plot dendrogram tree

Description Usage Arguments Value Author(s) See Also Examples

Description

Plot dendrogram tree

Usage

1

Arguments

dd

dendrogram object

Value

A dendrogram plot

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

cluster_data_dend

Examples

 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)

trvinh/test documentation built on May 9, 2019, 2:26 a.m.