data('twitter')
# Caclulate the clustering
twitSet <- create_hierarchy(twitter)
# Some statistics on the data
n_sets(twitSet)
n_elements(twitSet)
n_clusters(twitSet)
# Focus on the first two independent cluster
twitSet[1:2]
# Extract a dendrogram representation of the firrst cluster
twitSet[[1]]
Run the code above in your browser using DataLab