Coersions to Dendrogram
Coerce hclust, hdbscan or reachability objects to dendrogram.
## S3 method for class 'hclust' as.dendrogram(object, ...) ## S3 method for class 'hdbscan' as.dendrogram(object, ...) ## S3 method for class 'reachability' as.dendrogram(object, ...)
object |
the object |
... |
further arguments |
The coersion from hclust is a faster reimplementation of stats::as.dendrogram()
.
The coersion from hdbscan builds the non-simplified HDBSCAN hierarchy as a dendrogram object.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.