Coerces object to class dendro.
Method for coercing object to class dendro.
as.dendro(segments, labels, leaf_labels = NULL, class)
segments
: data.frame with segment datalabels
: data.frame with labels dataleaf_labels
: data.frame with leaf label dataclass
: The class of the original model object, e.g. "hclust". This is used by ggdendrogram()
to determine the angle and justification of labelsdendro_data()
and ggdendro-package()