Dendrograms in R are missing lots of functionality. As a result, they are often challenging to work with in practical settings. This package adds in low level functions for working with dendrogram objects.
The following functions are currently implemented:
dendrapply
: non-recursive version ofstats::dendrapply
adding support for applying functions using pre-order and post-order tree traversals. Works as a drop-in replacement forstats::dendrapply
with increased performance and functionalitysubset.dendrogram
: allows subsetting dendrogram objects based on leaf labels