All Projects → erocoar → Gghalves

erocoar / Gghalves

Licence: other
✂️ Easy half-half geoms in ggplot2

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Gghalves

Ggpol
🌍 Parliament diagrams and more for ggplot2
Stars: ✭ 71 (-59.2%)
Mutual labels:  ggplot2, ggplot-extension, dataviz
Hrbrthemes
🔏 Opinionated, typographic-centric ggplot2 themes and theme components
Stars: ✭ 899 (+416.67%)
Mutual labels:  ggplot2, ggplot-extension
Econocharts
Microeconomics/macroeconomics charts in ggplot2
Stars: ✭ 161 (-7.47%)
Mutual labels:  ggplot2, ggplot-extension
Ggstatsplot
Enhancing `ggplot2` plots with statistical analysis 📊🎨📣
Stars: ✭ 1,121 (+544.25%)
Mutual labels:  ggplot-extension, dataviz
Calendr
Ready to print calendars with ggplot2
Stars: ✭ 161 (-7.47%)
Mutual labels:  ggplot2, ggplot-extension
Ggdistribute
ggplot2 extension for plotting distributions
Stars: ✭ 16 (-90.8%)
Mutual labels:  ggplot2, ggplot-extension
Ggplot Courses
👨‍🏫 ggplot2 Teaching Material
Stars: ✭ 40 (-77.01%)
Mutual labels:  ggplot2, dataviz
Tidytuesday
📊 My contributions to the #TidyTuesday challenge
Stars: ✭ 410 (+135.63%)
Mutual labels:  ggplot2, dataviz
Ggbernie
A ggplot2 geom for adding Bernie Sanders to ggplot2
Stars: ✭ 96 (-44.83%)
Mutual labels:  ggplot2, ggplot-extension
Ggparliament
Simple parliament plots using ggplot2
Stars: ✭ 130 (-25.29%)
Mutual labels:  ggplot2, dataviz
Ggh4x
ggplot extension: options for tailored facets, multiple colourscales and miscellaneous
Stars: ✭ 148 (-14.94%)
Mutual labels:  ggplot2, ggplot-extension
Ggraph
Grammar of Graph Graphics
Stars: ✭ 815 (+368.39%)
Mutual labels:  ggplot2, ggplot-extension
Ggforce
Accelerating ggplot2
Stars: ✭ 640 (+267.82%)
Mutual labels:  ggplot2, ggplot-extension
Gganimate
A Grammar of Animated Graphics
Stars: ✭ 1,744 (+902.3%)
Mutual labels:  ggplot2, ggplot-extension
Ggalt
🌎 Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'
Stars: ✭ 561 (+222.41%)
Mutual labels:  ggplot2, ggplot-extension
Ggcats
The geom you always wished for adding cats to ggplot2
Stars: ✭ 34 (-80.46%)
Mutual labels:  ggplot2, ggplot-extension
Ggpage
Creates Page Layout Visualizations in R 📄📄📄
Stars: ✭ 306 (+75.86%)
Mutual labels:  ggplot2, dataviz
Ggsignif
Easily add significance brackets to your ggplots
Stars: ✭ 322 (+85.06%)
Mutual labels:  ggplot2, ggplot-extension
Lemon
🍋 Lemon --- Freshing up your ggplots
Stars: ✭ 147 (-15.52%)
Mutual labels:  ggplot2, ggplot-extension
Patchwork
The Composer of ggplots
Stars: ✭ 2,002 (+1050.57%)
Mutual labels:  ggplot2, ggplot-extension

Build Status CRAN_Release_Badge CRAN_Download_Badge

About

gghalves makes it easy to compose your own half-half plots via ggplot2. Think displaying a boxplot next to jittered points, or violin plots side by side with dotplots.

Installation

gghalves can be installed via GitHub:

if (!require(devtools)) {
    install.packages('devtools')
}
devtools::install_github('erocoar/gghalves')

Features

gghalves adds _half_ extensions to selected geoms:

  • geom_half_boxplot
  • geom_half_violin
  • geom_half_point

All of them have a side argument that can be either l for left or r for right half. As a special case there is also geom_half_dotplot to support half dotplots that dodge aesthetics such as fill and colour.

gghalves also works well with other ggplot2 geoms and extensions such as geom_dotplot and ggbeeswarm::geom_beeswarm.

Features

Roadmap

Generally, I hope to add more features over time. If you would like to see a certain feature, please open an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].