: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
:earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'
Trellis Graphics for R
The main features of deepayan/lattice are: Graphic Displays.
Open-source alternatives to deepayan/lattice include: 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. hrbrmstr/waffle — :maple_leaf: Make waffle (square pie) charts in R. dgrtwo/gganimate — A Grammar of Animated Graphics.