Interactive Dendrograms
The main features of tsieger/idendro are: Graphic Displays.
Open-source alternatives to tsieger/idendro include: dgrtwo/gganimate — A Grammar of Animated Graphics. guangchuangyu/ggtree — :christmas_tree:Visualization and annotation of phylogenetic trees. hadley/ggplot2 — ggplot2 is an R data visualization library and statistical graphics engine. It implements a grammar of graphics that… hrbrmstr/ggalt — :earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'. hrbrmstr/hrbrthemes — :lock_with_ink_pen: Opinionated, typographic-centric ggplot2 themes and theme components. deepayan/lattice — Trellis Graphics for R.
:christmas_tree:Visualization and annotation of phylogenetic trees
ggplot2 is an R data visualization library and statistical graphics engine. It implements a grammar of graphics that functions as a declarative plotting framework, allowing users to specify what a plot should contain rather than how to draw it. The system builds visualizations by mapping data variables to visual aesthetics through a structured set of layering rules. This approach enables the composition of complex graphics by stacking independent components, such as geometric objects and scales, on top of a shared coordinate system. The framework supports scientific plotting and exploratory